Merge pull request #15252 from mozilla/remove-stage-runs-from-prod-deployments

remove stage runs from prod deployments
This commit is contained in:
Vijay Budhram 2023-05-10 13:11:16 -04:00 коммит произвёл GitHub
Родитель 761165fd7f ab488f9798
Коммит ce69c2753d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 31 удалений

Просмотреть файл

@ -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