@@ -19,11 +19,8 @@ permissions:
1919jobs :
2020 prep_pr :
2121 if : github.repository_owner == 'zephyrproject-rtos' && github.event_name == 'pull_request'
22- runs-on :
23- group : test-runner-v2-linux-x64-4xlarge
24- container :
25- image : ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026
26- options : ' --entrypoint /bin/bash'
22+ runs-on : ubuntu-24.04
23+ # group: test-runner-v2-linux-x64-4xlarge
2724 outputs :
2825 subset : ${{ steps.output-services.outputs.subset }}
2926 size : ${{ steps.output-services.outputs.size }}
3835 COMMIT_RANGE : ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
3936 BASE_REF : ${{ github.base_ref }}
4037 steps :
41- - name : Apply container owner mismatch workaround
42- run : |
43- # FIXME: The owner UID of the GITHUB_WORKSPACE directory may not
44- # match the container user UID because of the way GitHub
45- # Actions runner is implemented. Remove this workaround when
46- # GitHub comes up with a fundamental fix for this problem.
47- git config --global --add safe.directory ${GITHUB_WORKSPACE}
48-
49- - name : Print cloud service information
50- run : |
51- echo "ZEPHYR_RUNNER_CLOUD_PROVIDER = ${ZEPHYR_RUNNER_CLOUD_PROVIDER}"
52- echo "ZEPHYR_RUNNER_CLOUD_NODE = ${ZEPHYR_RUNNER_CLOUD_NODE}"
53- echo "ZEPHYR_RUNNER_CLOUD_POD = ${ZEPHYR_RUNNER_CLOUD_POD}"
54-
55- - name : Clone cached Zephyr repository
56- continue-on-error : true
57- run : |
58- git clone --shared /repo-cache/zephyrproject/zephyr .
59- git remote set-url origin ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}
60-
6138 - name : Checkout
6239 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6340 with :
0 commit comments