Skip to content

Commit

Permalink
Merge pull request #408 from BbolroC/change-runner-label-s390x
Browse files Browse the repository at this point in the history
GHA: Change label from s390x to s390x-large
  • Loading branch information
BbolroC authored Aug 6, 2024
2 parents 2e6a90f + e7b3904 commit 6b249fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 deletions .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 Expand Up @@ -66,7 +66,7 @@ jobs:
cd tests/e2e
export PATH="$PATH:/usr/local/bin"
args="-u"
if [ $RUNNING_INSTANCE = "s390x" ]; then
if [ $RUNNING_INSTANCE = "s390x-large" ]; then
args=""
fi
./run-local.sh -t -r "${{ matrix.runtimeclass }}" "${args}"
Expand Down

0 comments on commit 6b249fd

Please sign in to comment.