Commit da065f5c authored by Thong Kuah's avatar Thong Kuah
Browse files

Add basic test for canary

At least test that canary deploys the production-canary chart
parent 8b62e335
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: