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

added xform on x86 for arm binaries, and testing of said arm binaries on x86-64 boxes

parent 745d933c
No related branches found
No related tags found
No related merge requests found
Pipeline #3870 failed
...@@ -139,7 +139,7 @@ protect-bins-centos76: ...@@ -139,7 +139,7 @@ protect-bins-centos76:
# #
# gather artifacts and ship them tox 86 boxes # gather artifacts and ship them tox 86 boxes
# #
test_arm_bins: &test_arm_bins .test_arm_bins: &test_arm_bins
stage: test stage: test
script: script:
- ./cicd_testing/do-test-bins.sh - ./cicd_testing/do-test-bins.sh
...@@ -148,13 +148,13 @@ test_arm_bins: &test_arm_bins ...@@ -148,13 +148,13 @@ test_arm_bins: &test_arm_bins
paths: paths:
- artifacts/ - artifacts/
gather-bins-arm32: test-bins-arm32:
<<: *prot_bins <<: *testtest_arm_bins
tags: tags:
- arm32 - arm32
gather-bins-arm64: test-bins-arm64:
<<: *prot_bins <<: *test_arm_bins
tags: tags:
- arm64 - arm64
......
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