|
19 | 19 | required: false
|
20 | 20 | default: '//rs/tests/nns:node_removal_from_registry_test'
|
21 | 21 | jobs:
|
22 |
| - description: 'Concurrent Bazel Jobs' |
| 22 | + description: 'Concurrent Bazel Test Jobs' |
23 | 23 | required: false
|
24 |
| - default: '32' |
| 24 | + default: '10' |
25 | 25 |
|
26 | 26 | env:
|
27 | 27 | TARGETS: |
|
28 | 28 | ${{ github.event_name == 'schedule' && '//...' ||
|
29 | 29 | github.event_name == 'workflow_dispatch' && github.event.inputs.targets ||
|
30 | 30 | '//rs/tests/nns:node_removal_from_registry_test' }}
|
31 | 31 | JOBS: |
|
32 |
| - ${{ github.event_name == 'schedule' && '12' || |
| 32 | + ${{ github.event_name == 'schedule' && '10' || |
33 | 33 | github.event_name == 'workflow_dispatch' && github.event.inputs.jobs ||
|
34 |
| - '32' }} |
| 34 | + '10' }} |
35 | 35 | BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
36 | 36 | CI_COMMIT_SHA: ${{ github.sha }}
|
37 | 37 | CI_JOB_NAME: ${{ github.job }}
|
|
82 | 82 | BAZEL_COMMAND: "test"
|
83 | 83 | BAZEL_TARGETS: "${{ env.TARGETS }}"
|
84 | 84 | BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
|
85 |
| - BAZEL_EXTRA_ARGS: "--jobs=${{ env.JOBS }} --test_tag_filters=k8s,-manual,-colocated,-long_test,-system_test_hourly,-system_test_nightly --k8s" |
| 85 | + BAZEL_EXTRA_ARGS: "--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s,-manual,-colocated,-long_test,-system_test_hourly,-system_test_nightly --k8s" |
86 | 86 | BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
|
87 | 87 |
|
88 | 88 | - name: Upload bazel-bep
|
@@ -159,7 +159,7 @@ jobs:
|
159 | 159 | BAZEL_COMMAND: "test"
|
160 | 160 | BAZEL_TARGETS: "${{ env.TARGETS }}"
|
161 | 161 | BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
|
162 |
| - BAZEL_EXTRA_ARGS: "--jobs=${{ env.JOBS }} --test_tag_filters=k8s --k8s" |
| 162 | + BAZEL_EXTRA_ARGS: "--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s --k8s" |
163 | 163 | BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
|
164 | 164 |
|
165 | 165 | - name: Upload bazel-bep
|
|
0 commit comments