Skip to content

Commit

Permalink
GHA: Change label from s390x to s390x-large
Browse files Browse the repository at this point in the history
Recently, an additional s390x runner was added to the organization.
However, it is insufficient for running the operator e2e tests and
will function as a supplementary builder.

This commit changes the label for the platform from s390x to s390x-large
to differentiate this runner.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
  • Loading branch information
BbolroC committed Aug 6, 2024
1 parent 2e6a90f commit d764eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ccruntime-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
commit-hash: ${{ github.sha }}

e2e-ibm-se-nightly:
runs-on: s390x
runs-on: s390x-large
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ccruntime_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
instance:
- "az-ubuntu-2004"
- "az-ubuntu-2204"
- "s390x"
- "s390x-large"
- "tdx"
- "sev"
- "sev-snp"
Expand Down

0 comments on commit d764eb6

Please sign in to comment.