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

Updates for ubuntu20

parent 7fa3d6cf
No related branches found
No related tags found
1 merge request!12Updates for ubuntu20
Pipeline #11673 failed
...@@ -20,6 +20,11 @@ stages: ...@@ -20,6 +20,11 @@ stages:
script: script:
- ./cicd_testing/do-clean.sh - ./cicd_testing/do-clean.sh
do-nightly-clean-ubuntu20:
<<: *do-nightly-clean
tags:
- ubuntu20
do-nightly-clean-ubuntu18: do-nightly-clean-ubuntu18:
<<: *do-nightly-clean <<: *do-nightly-clean
tags: tags:
...@@ -45,6 +50,11 @@ do-nightly-clean-centos76: ...@@ -45,6 +50,11 @@ do-nightly-clean-centos76:
script: script:
- ./cicd_testing/do-build.sh - ./cicd_testing/do-build.sh
do-build-ubuntu20:
<<: *do-build
tags:
- ubuntu20
do-build-ubuntu18: do-build-ubuntu18:
<<: *do-build <<: *do-build
tags: tags:
...@@ -69,11 +79,17 @@ do-build-centos76: ...@@ -69,11 +79,17 @@ do-build-centos76:
script: script:
- ./cicd_testing/basic-pgms-zafl.sh - ./cicd_testing/basic-pgms-zafl.sh
basic-pgms-zafl-ubuntu20:
<<: *basic-pgms-zafl
tags:
- ubuntu20
basic-pgms-zafl-ubuntu18: basic-pgms-zafl-ubuntu18:
<<: *basic-pgms-zafl <<: *basic-pgms-zafl
tags: tags:
- ubuntu18 - ubuntu18
basic-pgms-zafl-ubuntu16: basic-pgms-zafl-ubuntu16:
<<: *basic-pgms-zafl <<: *basic-pgms-zafl
tags: tags:
...@@ -92,11 +108,17 @@ basic-pgms-zafl-centos76: ...@@ -92,11 +108,17 @@ basic-pgms-zafl-centos76:
script: script:
- ./cicd_testing/afl-zafl.sh - ./cicd_testing/afl-zafl.sh
afl-zafl-ubuntu20:
<<: *afl-zafl
tags:
- ubuntu20
afl-zafl-ubuntu18: afl-zafl-ubuntu18:
<<: *afl-zafl <<: *afl-zafl
tags: tags:
- ubuntu18 - ubuntu18
afl-zafl-ubuntu16: afl-zafl-ubuntu16:
<<: *afl-zafl <<: *afl-zafl
tags: tags:
......
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