-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1396 from FloatXD/e2e-up-1
[Test] Replace the centos7 test label with rocky8
- Loading branch information
Showing
12 changed files
with
44 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
steps: | ||
- name: Set env for this job | ||
run: | | ||
OS_TYPE="CENTOS7" | ||
OS_TYPE="ROCKY8" | ||
ARCH="amd64" | ||
Network_TYPE="calico" | ||
GAP_TYPE="OFFLINE" | ||
|
@@ -84,7 +84,7 @@ jobs: | |
steps: | ||
- name: Set env for this job | ||
run: | | ||
OS_TYPE="CENTOS7" | ||
OS_TYPE="ROCKY8" | ||
ARCH="amd64" | ||
Network_TYPE="calico" | ||
GAP_TYPE="ONLINE" | ||
|
@@ -121,7 +121,7 @@ jobs: | |
uses: mikefarah/[email protected] | ||
- name: Set env for this job | ||
run: | | ||
OS_TYPE="CENTOS7" | ||
OS_TYPE="ROCKY8" | ||
ARCH="amd64" | ||
Network_TYPE="cilium" | ||
GAP_TYPE="ONLINE" | ||
|
@@ -153,7 +153,7 @@ jobs: | |
steps: | ||
- name: Set env for this job | ||
run: | | ||
OS_TYPE="CENTOS7" | ||
OS_TYPE="ROCKY8" | ||
ARCH="amd64" | ||
Network_TYPE="cilium" | ||
#GAP_TYPE="OFFLINE" # for test | ||
|
@@ -172,7 +172,7 @@ jobs: | |
continue-on-error: ${{ vars.CENTOS_CILIUM_AIRGAP_ALLOW_FAILURE != 'false' }} | ||
run: | | ||
export runner_name=${{ runner.name }} | ||
export OS_TYPE="CENTOS7" # for test | ||
export OS_TYPE="ROCKY8" # for test | ||
export GAP_TYPE="ONLINE" # for test | ||
bash ./hack/newE2E.sh | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters