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:
#
# gather artifacts and ship them tox 86 boxes
#
test_arm_bins: &test_arm_bins
.test_arm_bins: &test_arm_bins
stage: test
script:
- ./cicd_testing/do-test-bins.sh
......@@ -148,13 +148,13 @@ test_arm_bins: &test_arm_bins
paths:
- artifacts/
gather-bins-arm32:
<<: *prot_bins
test-bins-arm32:
<<: *testtest_arm_bins
tags:
- arm32
gather-bins-arm64:
<<: *prot_bins
test-bins-arm64:
<<: *test_arm_bins
tags:
- 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