Skip to content

Commit 96b8d93

Browse files
author
Vincent Li
committed
updates
1 parent cd55afb commit 96b8d93

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci_child_for_performancetest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: self-hosted
21+
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
2222
timeout-minutes: ${{ matrix.timeout_minutes }}
2323
steps:
2424
- name: Checkout

.github/workflows/ci_child_for_smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: self-hosted
21+
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
2222
timeout-minutes: ${{ matrix.timeout_minutes }}
2323
steps:
2424
- name: Checkout

.github/workflows/ci_child_for_unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
max-parallel: 5
2020
matrix: ${{ fromJson(inputs.matrix_json) }}
21-
runs-on: self-hosted
21+
runs-on: [self-hosted, linux, ${{ matrix.platform }}]
2222
timeout-minutes: ${{ matrix.timeout_minutes }}
2323
steps:
2424
- name: Checkout

.github/workflows/ci_test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ jobs:
6565
uses: ./.github/workflows/ci_child_for_performancetest.yml
6666
with:
6767
matrix_json: ${{ needs.prepare.outputs.matrix_json_for_performancetest }}
68-

0 commit comments

Comments
 (0)