Skip to content

Commit

Permalink
refactor(gitlab): run tests in k8s-1.14 & k8s-1.15 clusters on packet…
Browse files Browse the repository at this point in the history
… platform (#269)

Signed-off-by: nsathyaseelan <sathyaseelan.n@mayadata.io>
  • Loading branch information
nsathyaseelan authored and vishnuitta committed Sep 16, 2019
1 parent 62fbd12 commit e2cfc6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ baseline-image:
- git commit -m "updated $CI_PROJECT_NAME commit:$COMMIT"
- git push https://$user:$pass@github.com/$REPO/e2e-infrastructure.git --all
- if [[ "$BRANCH" == "develop" ]] ; then export INFRA="master" ; else export INFRA=$BRANCH ; fi
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-1-11 https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-1-12 https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-1-13 https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-1-14 https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline
- curl -X POST -F variable[INFRA_BRANCH]=$INFRA -F token=$PACKET -F ref=k8s-1-15 https://gitlab.openebs.ci/api/v4/projects/27/trigger/pipeline

0 comments on commit e2cfc6c

Please sign in to comment.