Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Change label from s390x to s390x-large #408

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading