Skip to content

Commit e8034e4

Browse files
authored
checking the build without patch
1 parent e5710a0 commit e8034e4

4 files changed

Lines changed: 9 additions & 18 deletions

File tree

.github/workflows/loading.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build_matrix: ${{ steps.loading.outputs.build_matrix }}
1616
steps:
1717
- name: Sync codebase
18-
uses: qualcomm-linux/video-driver/.github/actions/sync@meta-qcom_full-build
18+
uses: qualcomm-linux/video-driver/.github/actions/sync@meta-qcom-copy
1919
with:
2020
event_name: ${{ github.event_name }}
2121
pr_ref: ${{ github.event.pull_request.head.ref || '' }}
@@ -24,4 +24,4 @@ jobs:
2424

2525
- name: Load Parameters
2626
id: loading
27-
uses: qualcomm-linux/video-driver/.github/actions/loading@meta-qcom_full-build
27+
uses: qualcomm-linux/video-driver/.github/actions/loading@meta-qcom-copy

.github/workflows/pre_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
workflow_dispatch:
66
push:
77
branches:
8-
- meta-qcom_full-build
8+
- meta-qcom-copy
99
pull_request:
1010
types: [opened, synchronize, reopened]
1111
branches:
12-
- meta-qcom_full-build
12+
- meta-qcom-copy
1313

1414
jobs:
1515
loading:

.github/workflows/sync-and-build.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- 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
2929
with:
3030
event_name: ${{ github.event_name }}
3131
pr_ref: ${{ github.event.pull_request.head.ref || '' }}
@@ -62,17 +62,8 @@ jobs:
6262
"${{ inputs.docker_image }}" || true
6363
docker images | grep kmake-image || true
6464
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-
7465
- 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
7667
with:
7768
docker_image: ${{ inputs.docker_image }}
7869
kas_file: ${{ matrix.build_matrix.kas_file }}
@@ -112,7 +103,7 @@ jobs:
112103
ls -la "${{ github.workspace }}/downloads/"
113104
114105
- 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
116107
with:
117108
docker_image: ${{ inputs.docker_image }}
118109
machine: ${{ matrix.build_matrix.machine }}
@@ -179,7 +170,7 @@ jobs:
179170
180171
- name: Upload artifacts to S3
181172
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
183174
with:
184175
s3_bucket: qli-prd-video-gh-artifacts
185176
local_file: ${{ github.workspace }}/artifacts/file_list.txt

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Render LAVA job definition
9696
if: ${{ matrix.build_matrix.lavaname }}
9797
id: render
98-
uses: qualcomm-linux/video-driver/.github/actions/lava_job_render@meta-qcom_full-build
98+
uses: qualcomm-linux/video-driver/.github/actions/lava_job_render@meta-qcom-copy
9999
with:
100100
docker_image: ${{ inputs.docker_image }}
101101
machine: ${{ matrix.build_matrix.machine }}

0 commit comments

Comments
 (0)