Skip to content

Commit

Permalink
Remove test dependencies from push-image task (#2752)
Browse files Browse the repository at this point in the history
We already run the tests on PR and push to the main branch, so there's not
really a need to re-run them on release.  Plus, we don't grant release graphs
access to the coveralls secret so they currently fail.

Fixes #2738
  • Loading branch information
jcristau committed Dec 13, 2022
1 parent 652a4d1 commit c2d97f7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions taskcluster/ci/push-image/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ task-defaults:
taskcluster-proxy: true
docker-image: {in-tree: skopeo}
max-run-time: 3600
dependencies:
tests-js: ui-tests
build-js: ui-build
tests-backend: test-backend
tests-agent: test-agent
run-on-tasks-for: [github-release]
run-on-releases: [v]
run:
Expand Down

0 comments on commit c2d97f7

Please sign in to comment.