Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary env files for E2E tests #3837

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@ jobs:

- name: Run tests
working-directory: ${{ github.workspace }}/src/github.com/tektoncd/dashboard
env:
DASHBOARD_MODE: ${{ matrix.dashboard-mode }}
run: |
${{ github.workspace }}/scripts/hack/setup-kind.sh \
--registry-url $(echo ${KO_DOCKER_REPO} | cut -d'/' -f 1) \
--cluster-suffix c${{ github.run_id }}.local \
--nodes 3 \
--k8s-version ${{ matrix.k8s-version }} \
--e2e-script ./test/e2e-tests-prow.sh \
--e2e-env ./test/e2e-tests-kind-${{ matrix.dashboard-mode }}.env
--e2e-env ./test/e2e-tests-kind-prow.env

- name: Upload test results
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
Expand Down
3 changes: 0 additions & 3 deletions test/e2e-tests-kind-read-only.env

This file was deleted.

3 changes: 0 additions & 3 deletions test/e2e-tests-kind-read-write.env

This file was deleted.

Loading