|
25 | 25 |
|
26 | 26 | steps: |
27 | 27 | - name: Sync video-driver codebase |
28 | | - uses: qualcomm-linux/video-driver/.github/actions/sync@meta-qcom_full-build |
| 28 | + uses: qualcomm-linux/video-driver/.github/actions/sync@meta-qcom-copy |
29 | 29 | with: |
30 | 30 | event_name: ${{ github.event_name }} |
31 | 31 | pr_ref: ${{ github.event.pull_request.head.ref || '' }} |
|
62 | 62 | "${{ inputs.docker_image }}" || true |
63 | 63 | docker images | grep kmake-image || true |
64 | 64 |
|
65 | | - - name: Patch meta-qcom recipe to current video-driver commit |
66 | | - shell: bash |
67 | | - run: | |
68 | | - set -euo pipefail |
69 | | - bash ci/patch_srcrev.sh \ |
70 | | - "${{ github.workspace }}" \ |
71 | | - "$(dirname "${{ github.workspace }}")/meta-qcom" \ |
72 | | - "${{ github.event.pull_request.head.repo.full_name || '' }}" |
73 | | -
|
74 | 65 | - name: Build ${{ matrix.build_matrix.machine }} |
75 | | - uses: qualcomm-linux/video-driver/.github/actions/build@meta-qcom_full-build |
| 66 | + uses: qualcomm-linux/video-driver/.github/actions/build@meta-qcom-copy |
76 | 67 | with: |
77 | 68 | docker_image: ${{ inputs.docker_image }} |
78 | 69 | kas_file: ${{ matrix.build_matrix.kas_file }} |
@@ -112,7 +103,7 @@ jobs: |
112 | 103 | ls -la "${{ github.workspace }}/downloads/" |
113 | 104 |
|
114 | 105 | - name: Inject Iris test app to rootfs |
115 | | - uses: qualcomm-linux/video-driver/.github/actions/inject@meta-qcom_full-build |
| 106 | + uses: qualcomm-linux/video-driver/.github/actions/inject@meta-qcom-copy |
116 | 107 | with: |
117 | 108 | docker_image: ${{ inputs.docker_image }} |
118 | 109 | machine: ${{ matrix.build_matrix.machine }} |
@@ -179,7 +170,7 @@ jobs: |
179 | 170 |
|
180 | 171 | - name: Upload artifacts to S3 |
181 | 172 | id: upload-artifacts |
182 | | - uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@meta-qcom_full-build |
| 173 | + uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@meta-qcom-copy |
183 | 174 | with: |
184 | 175 | s3_bucket: qli-prd-video-gh-artifacts |
185 | 176 | local_file: ${{ github.workspace }}/artifacts/file_list.txt |
|
0 commit comments