зеркало из https://github.com/mozilla/fxa.git
chore(functional_test): update config to run merge reports with test failures
This commit is contained in:
Родитель
67db76983c
Коммит
7eeee630de
|
@ -1256,6 +1256,10 @@ workflows:
|
||||||
projects: --exclude '*,!tag:scope:shared:*'
|
projects: --exclude '*,!tag:scope:shared:*'
|
||||||
requires:
|
requires:
|
||||||
- Build (nightly)
|
- Build (nightly)
|
||||||
|
- check-required-jobs-complete:
|
||||||
|
name: Check all required jobs are complete (nightly)
|
||||||
|
requires:
|
||||||
|
- Build (nightly)
|
||||||
- playwright-functional-tests:
|
- playwright-functional-tests:
|
||||||
name: Functional Tests - Playwright (nightly)
|
name: Functional Tests - Playwright (nightly)
|
||||||
resource_class: xlarge
|
resource_class: xlarge
|
||||||
|
@ -1265,7 +1269,7 @@ workflows:
|
||||||
- playwright-functional-test-report:
|
- playwright-functional-test-report:
|
||||||
name: Merge Playwright Reports (nightly)
|
name: Merge Playwright Reports (nightly)
|
||||||
requires:
|
requires:
|
||||||
- Functional Tests - Playwright (nightly)
|
- Check all required jobs are complete (nightly)
|
||||||
- on-complete:
|
- on-complete:
|
||||||
name: Tests Complete (nightly)
|
name: Tests Complete (nightly)
|
||||||
stage: Tests (nightly)
|
stage: Tests (nightly)
|
||||||
|
@ -1280,6 +1284,7 @@ workflows:
|
||||||
- Integration Test - Servers - Auth V2 (nightly)
|
- Integration Test - Servers - Auth V2 (nightly)
|
||||||
- Integration Test - Libraries (nightly)
|
- Integration Test - Libraries (nightly)
|
||||||
- Functional Tests - Playwright (nightly)
|
- Functional Tests - Playwright (nightly)
|
||||||
|
- Check all required jobs are complete (nightly)
|
||||||
- build-and-deploy-storybooks:
|
- build-and-deploy-storybooks:
|
||||||
name: Deploy Storybooks (nightly)
|
name: Deploy Storybooks (nightly)
|
||||||
requires:
|
requires:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче