Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
papineni87 authored Jun 23, 2021
1 parent 4486fdf commit 0c31e70
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
stages:
- build
- test_v16
- test_v15
- test_v14

Expand All @@ -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
Expand Down

0 comments on commit 0c31e70

Please sign in to comment.