Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ jobs:
- name: qcom-distro-catchall
yamlfile: ':ci/qcom-distro-catchall.yml'
- name: debug
yamlfile: ':ci/qcom-distro-catchall.yml:ci/debug.yml'
yamlfile: ':ci/qcom-distro-catchall.yml:ci/debug.yml:ci/nospdx.yml'
profile: weekly
- name: performance
yamlfile: ':ci/qcom-distro-catchall.yml:ci/performance.yml'
yamlfile: ':ci/qcom-distro-catchall.yml:ci/performance.yml:ci/nospdx.yml'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we could use drop the create-spdx-image-3.0 directly on ci/performance.yml and ci/debug.yml. That way we wouldn't even need the ci/nospdx.yml.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it is still valuable to have that fragment, let's keep this for now and we can revisit if needed.

profile: full
kernel:
- type: default
Expand Down
Loading