зеркало из https://github.com/mozilla/fxa.git
Merge pull request #15252 from mozilla/remove-stage-runs-from-prod-deployments
remove stage runs from prod deployments
This commit is contained in:
Коммит
ce69c2753d
|
@ -836,37 +836,7 @@ workflows:
|
|||
production_smoke_tests:
|
||||
when: << pipeline.parameters.enable_production_smoke_tests >>
|
||||
jobs:
|
||||
# Note that these target stage too! This might seem odd, but having tests pass on staging is currently
|
||||
# a requirement for all production deploys.
|
||||
- test-content-server-remote-part-0:
|
||||
name: Smoke Stage - Content Server Part 1
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /.*/
|
||||
- test-content-server-remote-part-1:
|
||||
name: Smoke Stage - Content Server Part 2
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /.*/
|
||||
- test-content-server-remote-part-2:
|
||||
name: Smoke Stage - Content Server Part 3
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /.*/
|
||||
- smoke-tests:
|
||||
name: Smoke Test Stage - Playwright
|
||||
target: test-stage
|
||||
filters:
|
||||
branches:
|
||||
only: /.*/
|
||||
tags:
|
||||
only: /.*/
|
||||
# Note that we removed content server tests as it runs on Stage only
|
||||
- smoke-tests:
|
||||
name: Smoke Test Production - Playwright
|
||||
target: test-production
|
||||
|
|
Загрузка…
Ссылка в новой задаче