Commit 268fbc9c authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'test-canary' into 'master'

Add basic test for canary

See merge request gitlab-org/cluster-integration/auto-deploy-image!59
parents 8b62e335 da065f5c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -269,6 +269,14 @@ test-deploy-postgresql-beta:
    - helm get values production --output json | grep "postgres://user:testing-password@production-postgresql:5432/production"
    - ./test/verify-deployment-database production postgresql

test-deploy-canary:
  extends: test-deploy
  script:
    - auto-deploy initialize_tiller
    - auto-deploy download_chart
    - auto-deploy deploy canary
    - helm get production-canary

test-deploy-modsecurity:
  extends: test-deploy
  variables: