Skip to content

Commit 4cfbc96

Browse files
committed
Globalnet not running in E2E
The E2E jobs intended to install/run Globalnet are not doing so. This is b/c the E2E GHA needs to specify the "matrix.globalnet" var in the "using" statement. This was broken by 6cd0a39 when the globalnet option was removed from "extra-toggles". Signed-off-by: Tom Pantelis <[email protected]>
1 parent 3025f97 commit 4cfbc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Run E2E deployment and tests
7070
uses: submariner-io/shipyard/gh-actions/[email protected]
7171
with:
72-
using: ${{ matrix.cable-driver }} ${{ matrix.extra-toggles }}
72+
using: ${{ matrix.globalnet }} ${{ matrix.cable-driver }} ${{ matrix.extra-toggles }}
7373

7474
- name: Post mortem
7575
if: failure()

0 commit comments

Comments
 (0)