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

Clean up CI file comments, remove duplicate block, get tags right for arm.

parent 15126f99
No related branches found
No related tags found
1 merge request!36Update libEHP to test for update of ELFIO.
Pipeline #20406 passed
......@@ -6,19 +6,19 @@ after_script:
- "echo Test Complete."
stages:
- clean
- gather
- build
- protect_bins
- cross-protect
- test
- deploy
#
# gather artifacts and ship them tox 86 boxes
# gather artifacts and ship them to x86 boxes
#
.gather-bins: &do_gather
stage: build
stage: gather
script:
- ./cicd_testing/do-gather-bins.sh
artifacts:
......@@ -37,11 +37,11 @@ gather-bins-arm64:
- arm64
#
# gather artifacts and ship them tox 86 boxes
# protect gathered arm binaries on an x86 box.
#
.protect-arm-bins: &prot_bins
needs: [gather-bins-arm32, gather-bins-arm64]
stage: protect_bins
stage: cross-protect
script:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
......@@ -57,7 +57,7 @@ protect-arm-ubuntu22:
- ubuntu22
#
# gather artifacts and ship them tox 86 boxes
# Test the cross-protected binaries.
#
.test_arm_bins: &test_arm_bins
needs: [protect-arm-ubuntu22]
......@@ -81,7 +81,7 @@ test-bins-arm64:
- arm64
#
# Cleaning, build, test
# Cleaning, build, test for x86 on various OSes
#
.test: &test
needs: []
......@@ -93,18 +93,7 @@ test-bins-arm64:
- ./cicd_testing/builtin-xforms.sh
- ./cicd_testing/elfdep.sh
#
# gather artifacts and ship them tox 86 boxes
#
.test_arm_bins: &test_arm_bins
needs: [protect-arm-ubuntu22]
stage: test
script:
- ./cicd_testing/do-test-bins.sh
artifacts:
expire_in: 1 day
paths:
- artifacts/
test-arm32:
needs: []
......@@ -122,8 +111,8 @@ test-arm64:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
- ./cicd_testing/builtin-xforms.sh
tags:
- arm64
tags:
- arm64
# per os items
test-ubuntu18:
......@@ -147,10 +136,6 @@ test-ubuntu22:
- ubuntu22
#
# deploy a docker image
#
......
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