Skip to content

Commit fd98750

Browse files
committed
ci: add pre-pull workflow to merge meta-qcom commit id
Use pre-pull.yml workflow to get the build passed commits id from meta-qcom. Merge the commits id to qcom-robotics-distro.yml for kas build. Signed-off-by: Teng Fan <tengf@qti.qualcomm.com>
1 parent 5a9abf2 commit fd98750

File tree

5 files changed

+763
-135
lines changed

5 files changed

+763
-135
lines changed

.github/actions/compile/action.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ outputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/download-artifact@v6
28-
with:
29-
name: kas-lock
30-
path: ci/
27+
# - uses: actions/download-artifact@v6
28+
# with:
29+
# name: kas-lock
30+
# path: ci/
3131

3232
- name: Setup build variables and sstate-cache
3333
shell: bash
@@ -50,6 +50,9 @@ runs:
5050
shell: bash
5151
run: |
5252
mkdir $KAS_WORK_DIR
53+
ls -al
54+
echo "===="
55+
ls -al /efs/qli/meta-qcom-robotics-sdk/ci
5356
${{inputs.kas}} dump --resolve-env --resolve-local --resolve-refs \
5457
ci/mirror.yml:ci/${{ inputs.machine }}.yml${{ inputs.distro_yaml }}${{ inputs.kernel_yaml }} > kas-build.yml
5558
echo "kas-build.yml contents: "

0 commit comments

Comments
 (0)