Skip to content

Commit 6aed428

Browse files
authored
Add GKE router to nfr workflow (#3392)
Add a small fix to the nfr workflow which involves creating a GKE router.
1 parent a8d373e commit 6aed428

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nfr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ jobs:
144144
working-directory: ./tests
145145
run: make create-and-setup-vm
146146

147+
- name: Create and setup Router
148+
working-directory: ./tests
149+
run: make create-gke-router || true
150+
147151
- name: Run Tests
148152
working-directory: ./tests
149153
run: |
@@ -164,6 +168,7 @@ jobs:
164168
if: always()
165169
run: |
166170
bash scripts/cleanup-vm.sh true
171+
bash scripts/cleanup-router.sh true
167172
make delete-gke-cluster
168173
rm -rf scripts/vars.env
169174

0 commit comments

Comments
 (0)