From 0c31e7075058708295e09276dcd6ac7eff9759f1 Mon Sep 17 00:00:00 2001 From: papineni87 <48274565+papineni87@users.noreply.github.com> Date: Wed, 23 Jun 2021 12:27:00 +0530 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63be3610b..64ac2fed3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - build - - test_v16 - test_v15 - test_v14 @@ -21,18 +20,6 @@ terraformbuild: - cp terraform-provider-bigip /terraform_builds/ -terraformv16: - tags: - - terraform - stage: test_v16 - before_script: - - cp -r /terraform_builds/terraform-provider-bigip . - - ls -lrt - script: - - echo "Running tests on bigip version 16" - - BIGIP_USER="$BIGIP_USERNAME_V16" BIGIP_PASSWORD="$BIGIP_PASSWORD_V16" BIGIP_HOST="$BIGIP_HOST_V16" TF_ACC=1 make testacc - allow_failure: true - terraformv15: tags: - terraform