Skip to content

Commit 2620c83

Browse files
committed
Revert "try to fix kind test runner"
This reverts commit 66328f0.
1 parent 36dd9d5 commit 2620c83

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
outputs:
4747
username: ${{ steps.compute_username.outputs.username }}
4848
avm-transpiler: ${{ steps.filter.outputs.avm-transpiler }}
49-
aztec-network: ${{ steps.filter.outputs.aztec-network }}
5049
build-images: ${{ steps.filter.outputs.build-images }}
5150
barretenberg: ${{ steps.filter.outputs.barretenberg }}
5251
barretenberg-cpp: ${{ steps.filter.outputs.barretenberg-cpp }}
@@ -91,8 +90,6 @@ jobs:
9190
- 'build-images/**'
9291
noir:
9392
- 'noir/**'
94-
aztec-network:
95-
- 'aztec-network/**'
9693
avm-transpiler:
9794
- 'avm-transpiler/**'
9895
l1-contracts:
@@ -664,7 +661,7 @@ jobs:
664661

665662
kind-smoke-test:
666663
needs: [build, configure]
667-
if: needs.configure.outputs.aztec-network == 'true' || needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
664+
if: needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
668665
runs-on: ${{ needs.configure.outputs.username }}-x86
669666
steps:
670667
- uses: actions/checkout@v4
@@ -695,8 +692,8 @@ jobs:
695692
# note: proving disabled
696693
kind-network-test:
697694
needs: [build, configure]
698-
if: contains(github.event.pull_request.labels.*.name, 'network-all') || needs.configure.outputs.aztec-network == 'true' || needs.configure.outputs.yarn-project == 'true' || github.ref_name == 'master'
699-
runs-on: ubuntu-latest
695+
if: contains(github.event.pull_request.labels.*.name, 'network-all') || (needs.configure.outputs.yarn-project == 'true' && github.ref_name == 'master')
696+
runs-on: ${{ needs.configure.outputs.username }}-x86
700697
strategy:
701698
fail-fast: false
702699
matrix:

0 commit comments

Comments
 (0)