Skip to content

Commit 74aa4c8

Browse files
committed
Some initial tests
Signed-off-by: Vladimir Suvorov <suvorovv@google.com>
1 parent 1928c5d commit 74aa4c8

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/build_upload_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ on:
3535

3636
jobs:
3737
build_upload:
38-
runs-on: [self-hosted, ${{ inputs.cloud_runner }}]
38+
runs-on: [self-hosted, linux-x86-ct5lp-224-8tpu]
3939
steps:
4040
- name: Checkout code
4141
uses: actions/checkout@v4

.github/workflows/run_tests_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ on:
5252

5353
jobs:
5454
run_tests:
55-
runs-on: [self-hosted, ${{ inputs.cloud_runner }}]
55+
runs-on: [self-hosted, linux-x86-ct5lp-224-8tpu]
5656
steps:
5757
- name: Checkout code
5858
uses: actions/checkout@v4

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ on:
2727

2828
concurrency:
2929
# Dedup pull requests (canceling previous runs of the same workflow for same PR), and scheduled runs but nothing else
30-
group: >
31-
${{
32-
github.event_name == 'pull_request' && format('{0}-pr-{1}', github.workflow, github.event.pull_request.number) ||
33-
github.event_name == 'schedule' && format('{0}-schedule', github.workflow) ||
34-
github.run_id
35-
}}
30+
group: ${{ github.event_name == 'pull_request' && format('{0}-pr-{1}', github.workflow, github.event.pull_request.number) || github.event_name == 'schedule' && format('{0}-schedule', github.workflow) || github.run_id }}
3631
cancel-in-progress: true
3732

3833
jobs:

0 commit comments

Comments
 (0)