From fe5e32bd83150e0e3f00fbbec279cd3ffb87266c Mon Sep 17 00:00:00 2001 From: Anh Nguyen-Tuong <zenpoems@gmail.com> Date: Wed, 21 Nov 2018 12:05:33 -0500 Subject: [PATCH] Update .gitlab-ci.yml Former-commit-id: f8c23ab590b62e928fdb1f86c25232e3925a230b --- .gitlab-ci.yml | 63 -------------------------------------------------- 1 file changed, 63 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a954835b..bf5d07bc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,69 +84,6 @@ do-build-centos75: OS: 'centos75' -# -# $PSZ ls -# - -# template -.xform-ls: &xform-ls - stage: test - script: - - ./cicd_tests/xform-ls.sh - -#per OS -xform-ls-ubuntu18: - <<: *xform-ls - tags: - - ubuntu18 - variables: - OS: 'ubuntu18' - -xform-ls-ubuntu16: - <<: *xform-ls - tags: - - ubuntu16 - variables: - OS: 'ubuntu16' - -xform-ls-centos75: - <<: *xform-ls - tags: - - centos75 - variables: - OS: 'centos75' - -# -# $PSZ cat -# - -# template -.xform-cat: &xform-cat - stage: test - script: - - ./cicd_tests/xform-cat.sh - -xform-cat-ubuntu18: - <<: *xform-cat - tags: - - ubuntu18 - variables: - OS: 'ubuntu18' - -xform-cat-ubuntu16: - <<: *xform-cat - tags: - - ubuntu16 - variables: - OS: 'ubuntu16' - -xform-cat-centos75: - <<: *xform-cat - tags: - - centos75 - variables: - OS: 'centos75' - # # test_cmds.sh orig # -- GitLab