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

updating test for arm32 test to gather binaries

parent db24dec1
No related branches found
No related tags found
No related merge requests found
Pipeline #3860 failed
...@@ -8,6 +8,9 @@ after_script: ...@@ -8,6 +8,9 @@ after_script:
stages: stages:
- clean - clean
- build - build
- gather_bins
- protect_bins
- test_bins
- test - test
- deploy - deploy
...@@ -25,38 +28,28 @@ do-nightly-clean-ubuntu18: ...@@ -25,38 +28,28 @@ do-nightly-clean-ubuntu18:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
- ubuntu18 - ubuntu18
variables:
OS: 'ubuntu18'
# per os items # per os items
do-nightly-clean-ubuntu16: do-nightly-clean-ubuntu16:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
- ubuntu16 - ubuntu16
variables:
OS: 'ubuntu16'
# per os items # per os items
do-nightly-clean-centos76: do-nightly-clean-centos76:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
- centos76 - centos76
variables:
OS: 'centos76'
do-nightly-clean-arm32: do-nightly-clean-arm32:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
- arm32 - arm32
variables:
OS: 'arm32'
do-nightly-clean-arm64: do-nightly-clean-arm64:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
- arm64 - arm64
variables:
OS: 'arm64'
# #
...@@ -74,37 +67,45 @@ do-build-ubuntu18: ...@@ -74,37 +67,45 @@ do-build-ubuntu18:
<<: *do-build <<: *do-build
tags: tags:
- ubuntu18 - ubuntu18
variables:
OS: 'ubuntu18'
do-build-ubuntu16: do-build-ubuntu16:
<<: *do-build <<: *do-build
tags: tags:
- ubuntu16 - ubuntu16
variables:
OS: 'ubuntu16'
do-build-centos76: do-build-centos76:
<<: *do-build <<: *do-build
tags: tags:
- centos76 - centos76
variables:
OS: 'centos76'
do-build-arm32: do-build-arm32:
<<: *do-build <<: *do-build
tags: tags:
- arm32 - arm32
variables:
OS: 'arm32'
do-build-arm64: do-build-arm64:
<<: *do-build <<: *do-build
tags: tags:
- arm64 - arm64
variables:
OS: 'arm64'
.gather_bins: &do_gather
stage: gather_bins
script:
- ./cicd_testing/do-gather-bins.sh
artifacts:
expires_in: 1 day
paths:
- test_binaries/
gather_bins-arm32:
<<: *do_gather
tags:
- arm32
gather_bins-arm64:
<<: *do_gather
tags:
- arm64
# #
# test_quick for EH handling # test_quick for EH handling
...@@ -151,23 +152,17 @@ builtin-xforms-centos76: ...@@ -151,23 +152,17 @@ builtin-xforms-centos76:
<<: *builtin-xforms <<: *builtin-xforms
tags: tags:
- centos76 - centos76
variables:
OS: 'centos76'
# doesn't work yet # doesn't work yet
#builtin-xforms-arm32: #builtin-xforms-arm32:
# <<: *builtin-xforms # <<: *builtin-xforms
# tags: # tags:
# - arm32 # - arm32
# variables:
# OS: 'arm32'
builtin-xforms-arm64: builtin-xforms-arm64:
<<: *builtin-xforms <<: *builtin-xforms
tags: tags:
- arm64 - arm64
variables:
OS: 'arm64'
# #
...@@ -184,22 +179,16 @@ elfdep-ubuntu18: ...@@ -184,22 +179,16 @@ elfdep-ubuntu18:
<<: *elfdep <<: *elfdep
tags: tags:
- ubuntu18 - ubuntu18
variables:
OS: 'ubuntu18'
elfdep-ubuntu16: elfdep-ubuntu16:
<<: *elfdep <<: *elfdep
tags: tags:
- ubuntu16 - ubuntu16
variables:
OS: 'ubuntu16'
elfdep-centos76: elfdep-centos76:
<<: *elfdep <<: *elfdep
tags: tags:
- centos76 - centos76
variables:
OS: 'centos76'
...@@ -212,5 +201,3 @@ deploy-u18: ...@@ -212,5 +201,3 @@ deploy-u18:
- ./cicd_testing/deploy.sh - ./cicd_testing/deploy.sh
tags: tags:
- ubuntu18 - ubuntu18
variables:
OS: 'ubuntu18'
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