Skip to content

Commit

Permalink
[XLA] Add linux-x86-n2-128 runner and increase the timeout for the …
Browse files Browse the repository at this point in the history
…cpu_benchmarks workflow.

PiperOrigin-RevId: 725740310
  • Loading branch information
juliagmt-google authored and Google-ML-Automation committed Feb 11, 2025
1 parent 1328fae commit 7d8266c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cpu_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ jobs:
{
os: "linux-x86-n2-16",
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest",
pretty_name: "XLA Linux x86 CPU",
pretty_name: "XLA Linux x86 CPU with 16 vcpu",
},
{
os: "linux-arm64-c4a-16",
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-arm64:latest",
pretty_name: "XLA Linux ARM64 CPU",
},
{
os: "linux-x86-n2-128",
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest",
pretty_name: "XLA Linux x86 CPU with 128 vcpu",
}
]
name: ${{ matrix.job_info.pretty_name }}
Expand All @@ -43,7 +48,7 @@ jobs:
defaults:
run:
shell: bash
timeout-minutes: 30
timeout-minutes: 90
steps:
- name: Print machine specs
run: |
Expand Down

0 comments on commit 7d8266c

Please sign in to comment.