Skip to content

Commit

Permalink
disable kind tests on master
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Nov 1, 2024
1 parent 44fb292 commit d72e275
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,7 @@ jobs:
# note: proving disabled
kind-network-test:
needs: [build, configure]
# TODO(#9640): remove this once the test is re-enabled on master
if: github.ref_name == '9640-re-enable-kind-network-test-on-master'
if: needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
runs-on: ${{ needs.configure.outputs.username }}-x86
strategy:
fail-fast: false
Expand All @@ -676,7 +675,7 @@ jobs:
- name: Setup and KIND Network Test
timeout-minutes: 60
uses: ./.github/ensure-tester-with-images
if: matrix.test == 'smoke.test.ts' || github.ref_name == 'master' || contains(github.event.pull_request.labels.*.name, 'network-all')
if: contains(github.event.pull_request.labels.*.name, 'kind-network-all')
env:
USERNAME: ${{ needs.configure.outputs.username }}
with:
Expand Down

0 comments on commit d72e275

Please sign in to comment.