Skip to content

Commit 4ef64b7

Browse files
authored
ci: temporarily close test_private_tasks (#18408)
1 parent 117aaeb commit 4ef64b7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/reuse.linux.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,22 @@ jobs:
183183
- uses: ./.github/actions/test_logs
184184
timeout-minutes: 20
185185

186-
test_private_tasks:
187-
needs: [ build, check ]
188-
runs-on:
189-
- self-hosted
190-
- X64
191-
- Linux
192-
- 8c32g
193-
- "${{ inputs.runner_provider }}"
194-
steps:
195-
- uses: actions/checkout@v4
196-
- uses: ./.github/actions/setup_license
197-
with:
198-
runner_provider: ${{ inputs.runner_provider }}
199-
type: ${{ inputs.license_type }}
200-
- uses: ./.github/actions/test_private_tasks
201-
timeout-minutes: 20
186+
# test_private_tasks:
187+
# needs: [ build, check ]
188+
# runs-on:
189+
# - self-hosted
190+
# - X64
191+
# - Linux
192+
# - 8c32g
193+
# - "${{ inputs.runner_provider }}"
194+
# steps:
195+
# - uses: actions/checkout@v4
196+
# - uses: ./.github/actions/setup_license
197+
# with:
198+
# runner_provider: ${{ inputs.runner_provider }}
199+
# type: ${{ inputs.license_type }}
200+
# - uses: ./.github/actions/test_private_tasks
201+
# timeout-minutes: 20
202202

203203
test_meta_cluster:
204204
needs: [build, check]

0 commit comments

Comments
 (0)