Skip to content
Snippets Groups Projects
Commit 7c25f44b authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Merge branch 'master' of git.zephyr-software.com:allnp/peasoup_umbrella

parents d12bb7e0 93ba42d4
No related branches found
No related tags found
No related merge requests found
Pipeline #3867 passed
...@@ -88,24 +88,24 @@ do-build-arm64: ...@@ -88,24 +88,24 @@ do-build-arm64:
tags: tags:
- arm64 - arm64
.gather_bins: &do_gather .gather-bins: &do_gather
stage: gather_bins stage: gather_bins
script: script:
- ./cicd_testing/do-gather-bins.sh - ./cicd_testing/do-gather-bins.sh
artifacts: artifacts:
expires_in: 1 day expire_in: 1 day
paths: paths:
- test_binaries/ - test_binaries/
gather_bins-arm32: gather-bins-arm32:
<<: *do_gather <<: *do_gather
tags: tags:
- arm32 - arm32
gather_bins-arm64: gather-bins-arm64:
<<: *do_gather <<: *do_gather
tags: tags:
- arm64 - arm64
# #
# test_quick for EH handling # test_quick for EH handling
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment