fix: updated the unit tests workflow to use labeled runners (#29667)
This commit is contained in:
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
runs-on: [ self-hosted ]
|
||||
runs-on: [ edx-platform-runner ]
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ['3.8']
|
||||
@@ -79,7 +79,7 @@ jobs:
|
||||
test_root/log/pytest_warnings*.json
|
||||
|
||||
compile-warnings-report:
|
||||
runs-on: [ self-hosted ]
|
||||
runs-on: [ edx-platform-runner ]
|
||||
needs: [ run-tests ]
|
||||
steps:
|
||||
- name: sync directory owner
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
collect-and-verify:
|
||||
runs-on: [ self-hosted ]
|
||||
runs-on: [ edx-platform-runner ]
|
||||
steps:
|
||||
- name: sync directory owner
|
||||
run: sudo chown runner:runner -R .*
|
||||
|
||||
Reference in New Issue
Block a user