Skip to content

Commit 9a0f7e2

Browse files
authored
new branch
1 parent f66d7b0 commit 9a0f7e2

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/loading.yml

Lines changed: 2 additions & 3 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@latest-meta-qcom-sync
1919
with:
2020
event_name: ${{ github.event_name }}
2121
pr_ref: ${{ github.event.pull_request.head.ref || '' }}
@@ -24,5 +24,4 @@ jobs:
2424

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

.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-
- atest-meta-qcom-sync
8+
- latest-meta-qcom-sync
99
pull_request:
1010
types: [opened, synchronize, reopened]
1111
branches:
12-
- atest-meta-qcom-sync
12+
- latest-meta-qcom-sync
1313

1414
jobs:
1515
loading:

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

Lines changed: 4 additions & 4 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@atest-meta-qcom-sync
28+
uses: qualcomm-linux/video-driver/.github/actions/sync@latest-meta-qcom-sync
2929
with:
3030
event_name: ${{ github.event_name }}
3131
pr_ref: ${{ github.event.pull_request.head.ref || '' }}
@@ -72,7 +72,7 @@ jobs:
7272
# "${{ github.event.pull_request.head.repo.full_name || '' }}"
7373

7474
- name: Build ${{ matrix.build_matrix.machine }}
75-
uses: qualcomm-linux/video-driver/.github/actions/build@atest-meta-qcom-sync
75+
uses: qualcomm-linux/video-driver/.github/actions/build@latest-meta-qcom-sync
7676
with:
7777
docker_image: ${{ inputs.docker_image }}
7878
kas_file: ${{ matrix.build_matrix.kas_file }}
@@ -112,7 +112,7 @@ jobs:
112112
ls -la "${{ github.workspace }}/downloads/"
113113
114114
- name: Inject Iris test app to rootfs
115-
uses: qualcomm-linux/video-driver/.github/actions/inject@atest-meta-qcom-sync
115+
uses: qualcomm-linux/video-driver/.github/actions/inject@latest-meta-qcom-sync
116116
with:
117117
docker_image: ${{ inputs.docker_image }}
118118
machine: ${{ matrix.build_matrix.machine }}
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Upload artifacts to S3
181181
id: upload-artifacts
182-
uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@atest-meta-qcom-sync
182+
uses: qualcomm-linux/video-driver/.github/actions/aws_s3_helper@latest-meta-qcom-sync
183183
with:
184184
s3_bucket: qli-prd-video-gh-artifacts
185185
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@atest-meta-qcom-sync
98+
uses: qualcomm-linux/video-driver/.github/actions/lava_job_render@latest-meta-qcom-sync
9999
with:
100100
docker_image: ${{ inputs.docker_image }}
101101
machine: ${{ matrix.build_matrix.machine }}

0 commit comments

Comments
 (0)