fix: updated the unit tests workflow to use labeled runners (#29667)

This commit is contained in:
Aarif
2021-12-22 16:32:10 +05:00
committed by GitHub
parent e71cac0a01
commit 96b21625c6
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 .*