File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed
Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 5252 name : kas-lock
5353 path : ci/*.lock.yml
5454
55- yocto-run-checks :
56- needs : kas-setup
57- if : github.repository_owner == 'qualcomm-linux'
58- runs-on : [self-hosted, qcom-u2404, amd64]
59- steps :
60- - uses : actions/checkout@v4
61- with :
62- repository : qualcomm-linux/meta-qcom
63- ref : master
64-
65- - uses : actions/checkout@v4
66- with :
67- path : meta-qcom-distro
68-
69- - name : Prepare kas qcom-distro yml
70- run : |
71- # move meta-qcom-distro layer: from external repo to meta-qcom internal layer
72- cp ci/qcom-distro.yml ci/qcom-distro-full.yml
73- cp meta-qcom-distro/ci/qcom-distro.yml ci/
74-
75- - uses : actions/download-artifact@v6
76- with :
77- name : kas-lock
78- path : ci/
79-
80- - name : Run yocto-check-layer
81- run : |
82- ci/kas-container-shell-helper.sh ci/yocto-check-layer.sh
83-
84- - name : Run Yocto patchreview
85- run : |
86- ci/kas-container-shell-helper.sh ci/yocto-patchreview.sh
87-
8855 compile :
89- needs : [ kas-setup, yocto-run-checks]
56+ needs : kas-setup
9057 if : github.repository_owner == 'qualcomm-linux'
9158 runs-on : [self-hosted, qcom-u2404, amd64]
9259 outputs :
You can’t perform that action at this time.
0 commit comments