Skip to content
Snippets Groups Projects
Commit d37008b2 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add basic pgms tests on orig configuration

Former-commit-id: b336be149dbe84add6816c80ac6ae0b0def88ef5
parent d0cfda1f
No related branches found
No related tags found
No related merge requests found
......@@ -147,3 +147,26 @@ xform-cat-centos75:
variables:
OS: 'centos75'
#
# test_cmds.sh orig
#
.basic-pgms-orig: &basic-pgms-orig
stage: test
script:
- ./cicd_testing/basic-pgms-orig.sh
basic-pgms-orig-ubuntu18:
<<: *basic-pgms-orig
tags:
- ubuntu18
basic-pgms-orig-ubuntu16:
<<: *basic-pgms-orig
tags:
- ubuntu16
basic-pgms-orig-centos75:
<<: *basic-pgms-orig
tags:
- centos75
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