Browse Source
Merge pull request #39 from nmasse-itix/issue-35
add support for one gateway environments (no staging gw)
pull/43/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
tasks/main.yml
|
|
@ -42,7 +42,9 @@ |
|
|
- include_tasks: steps/smoke_test.yml |
|
|
- include_tasks: steps/smoke_test.yml |
|
|
vars: |
|
|
vars: |
|
|
threescale_cicd_smoke_test_env: staging |
|
|
threescale_cicd_smoke_test_env: staging |
|
|
when: 'threescale_cicd_openapi_smoketest_operation|length > 0 and threescale_cicd_application_plans is defined' |
|
|
when: > |
|
|
|
|
|
threescale_cicd_openapi_smoketest_operation|length > 0 and threescale_cicd_application_plans is defined |
|
|
|
|
|
and threescale_cicd_apicast_sandbox_endpoint != threescale_cicd_apicast_production_endpoint |
|
|
|
|
|
|
|
|
# Promote to production |
|
|
# Promote to production |
|
|
- import_tasks: steps/promote.yml |
|
|
- import_tasks: steps/promote.yml |
|
|
|