devops: do not upload test-results artifacts (#23168)

This commit is contained in:
Yury Semikhatsky 2023-05-19 13:06:42 -07:00 committed by GitHub
parent 49370cb6fd
commit 5004f908d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 156 deletions

View file

@ -47,8 +47,3 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always() && matrix.os == 'ubuntu-latest'
with:
name: electron-linux-test-results
path: test-results

View file

@ -60,11 +60,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.browser }}-${{ matrix.os }}-test-results
path: test-results
merge_test_linux: merge_test_linux:
if: ${{ always() && github.event_name != 'pull_request' }} if: ${{ always() && github.event_name != 'pull_request' }}
@ -116,11 +111,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.browser }}-chromium-tip-of-tree-test-results
path: test-results
test_test_runner: test_test_runner:
name: Test Runner name: Test Runner

View file

@ -45,11 +45,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
name: ${{ matrix.browser }}-${{ matrix.os }}-test-results
path: test-results
test_mac: test_mac:
name: ${{ matrix.os }} (${{ matrix.browser }}) name: ${{ matrix.os }} (${{ matrix.browser }})
@ -74,11 +69,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: ${{ matrix.browser }}-${{ matrix.os }}-test-results
path: test-results
test_win: test_win:
name: "Windows" name: "Windows"
@ -103,11 +93,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: ${{ matrix.browser }}-win-test-results
path: test-results
test-package-installations-other-node-versions: test-package-installations-other-node-versions:
name: "Installation Test ${{ matrix.os }} (${{ matrix.node_version }})" name: "Installation Test ${{ matrix.os }} (${{ matrix.node_version }})"
@ -165,11 +150,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always() && startsWith(matrix.os, 'ubuntu-')
with:
name: headful-${{ matrix.browser }}-linux-test-results
path: test-results
transport_linux: transport_linux:
name: "Transport" name: "Transport"
@ -195,11 +175,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: mode-${{ matrix.mode }}-linux-test-results
path: test-results
tracing_linux: tracing_linux:
name: Tracing ${{ matrix.browser }} ${{ matrix.channel }} name: Tracing ${{ matrix.browser }} ${{ matrix.channel }}
@ -251,11 +226,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-stable-linux-test-results
path: test-results
chrome_stable_win: chrome_stable_win:
name: "Chrome Stable (Win)" name: "Chrome Stable (Win)"
@ -277,11 +247,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-stable-win-test-results
path: test-results
chrome_stable_mac: chrome_stable_mac:
name: "Chrome Stable (Mac)" name: "Chrome Stable (Mac)"
@ -302,11 +267,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-stable-mac-test-results
path: test-results
chromium_tot: chromium_tot:
name: Chromium TOT ${{ matrix.os }} name: Chromium TOT ${{ matrix.os }}
@ -336,11 +296,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
name: chromium-tot-${{ matrix.os }}-test-results
path: test-results
chromium_tot_headed: chromium_tot_headed:
name: Chromium TOT headed ${{ matrix.os }} name: Chromium TOT headed ${{ matrix.os }}
@ -370,11 +325,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: always()
with:
name: chromium-tot-headed-${{ matrix.os }}-test-results
path: test-results
firefox_beta_linux: firefox_beta_linux:
name: "Firefox Beta (Linux)" name: "Firefox Beta (Linux)"
@ -395,11 +345,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: firefox-beta-linux-test-results
path: test-results
firefox_beta_win: firefox_beta_win:
name: "Firefox Beta (Win)" name: "Firefox Beta (Win)"
@ -421,11 +366,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: firefox-beta-win-test-results
path: test-results
firefox_beta_mac: firefox_beta_mac:
name: "Firefox Beta (Mac)" name: "Firefox Beta (Mac)"
@ -446,11 +386,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: firefox-beta-mac-test-results
path: test-results
edge_stable_mac: edge_stable_mac:
name: "Edge Stable (Mac)" name: "Edge Stable (Mac)"
@ -471,12 +406,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: msedge-stable-mac-test-results
path: test-results
edge_stable_win: edge_stable_win:
name: "Edge Stable (Win)" name: "Edge Stable (Win)"
@ -498,11 +427,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-stable-win-test-results
path: test-results
edge_stable_linux: edge_stable_linux:
name: "Edge Stable (Linux)" name: "Edge Stable (Linux)"
@ -523,11 +447,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-stable-linux-test-results
path: test-results
edge_beta_mac: edge_beta_mac:
name: "Edge Beta (Mac)" name: "Edge Beta (Mac)"
@ -548,11 +467,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: msedge-beta-mac-test-results
path: test-results
edge_beta_win: edge_beta_win:
name: "Edge Beta (Win)" name: "Edge Beta (Win)"
@ -574,11 +488,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-beta-win-test-results
path: test-results
edge_beta_linux: edge_beta_linux:
name: "Edge Beta (Linux)" name: "Edge Beta (Linux)"
@ -599,11 +508,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-beta-linux-test-results
path: test-results
edge_dev_mac: edge_dev_mac:
name: "Edge Dev (Mac)" name: "Edge Dev (Mac)"
@ -624,11 +528,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: msedge-dev-mac-test-results
path: test-results
edge_dev_win: edge_dev_win:
name: "Edge Dev (Win)" name: "Edge Dev (Win)"
@ -650,11 +549,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-dev-win-test-results
path: test-results
edge_dev_linux: edge_dev_linux:
name: "Edge Dev (Linux)" name: "Edge Dev (Linux)"
@ -675,11 +569,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: edge-dev-linux-test-results
path: test-results
chrome_beta_linux: chrome_beta_linux:
name: "Chrome Beta (Linux)" name: "Chrome Beta (Linux)"
@ -700,11 +589,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-beta-linux-test-results
path: test-results
chrome_beta_win: chrome_beta_win:
name: "Chrome Beta (Win)" name: "Chrome Beta (Win)"
@ -726,11 +610,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-beta-win-test-results
path: test-results
chrome_beta_mac: chrome_beta_mac:
name: "Chrome Beta (Mac)" name: "Chrome Beta (Mac)"
@ -751,11 +630,6 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: chrome-beta-mac-test-results
path: test-results
build-playwright-driver: build-playwright-driver:
name: "build-playwright-driver" name: "build-playwright-driver"

View file

@ -39,8 +39,3 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: video-${{ matrix.browser }}-linux-test-results
path: test-results

View file

@ -43,8 +43,3 @@ jobs:
- run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json - run: ./utils/upload_flakiness_dashboard.sh ./test-results/report.json
if: always() if: always()
shell: bash shell: bash
- uses: actions/upload-artifact@v1
if: always()
with:
name: webview2-test-results
path: test-results

View file

@ -32,7 +32,6 @@ const config: Config<ServerWorkerOptions & PlaywrightWorkerOptions & PlaywrightT
globalTimeout: 7200000, globalTimeout: 7200000,
workers: 1, workers: 1,
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
preserveOutput: process.env.CI ? 'failures-only' : 'always',
retries: process.env.CI ? 1 : 0, retries: process.env.CI ? 1 : 0,
reporter: process.env.CI ? [ reporter: process.env.CI ? [
['dot'], ['dot'],

View file

@ -32,7 +32,6 @@ const config: Config<CoverageWorkerOptions & PlaywrightWorkerOptions & Playwrigh
globalTimeout: 5400000, globalTimeout: 5400000,
workers: process.env.CI ? 1 : undefined, workers: process.env.CI ? 1 : undefined,
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
preserveOutput: process.env.CI ? 'failures-only' : 'always',
retries: process.env.CI ? 3 : 0, retries: process.env.CI ? 3 : 0,
reporter: process.env.CI ? [ reporter: process.env.CI ? [
['dot'], ['dot'],

View file

@ -67,7 +67,6 @@ const config: Config<CoverageWorkerOptions & PlaywrightWorkerOptions & Playwrigh
workers: process.env.CI ? 2 : undefined, workers: process.env.CI ? 2 : undefined,
fullyParallel: !process.env.CI, fullyParallel: !process.env.CI,
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
preserveOutput: process.env.CI ? 'failures-only' : 'always',
retries: process.env.CI ? 3 : 0, retries: process.env.CI ? 3 : 0,
reporter: reporters(), reporter: reporters(),
projects: [], projects: [],

View file

@ -36,7 +36,6 @@ export default defineConfig({
timeout: 30000, timeout: 30000,
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
workers: process.env.CI ? 2 : undefined, workers: process.env.CI ? 2 : undefined,
preserveOutput: process.env.CI ? 'failures-only' : 'always',
snapshotPathTemplate: '__screenshots__/{testFilePath}/{arg}{ext}', snapshotPathTemplate: '__screenshots__/{testFilePath}/{arg}{ext}',
projects: [ projects: [
{ {

View file

@ -32,7 +32,6 @@ const config: Config<CoverageWorkerOptions & PlaywrightWorkerOptions & Playwrigh
globalTimeout: 5400000, globalTimeout: 5400000,
workers: process.env.CI ? 1 : undefined, workers: process.env.CI ? 1 : undefined,
forbidOnly: !!process.env.CI, forbidOnly: !!process.env.CI,
preserveOutput: process.env.CI ? 'failures-only' : 'always',
retries: process.env.CI ? 3 : 0, retries: process.env.CI ? 3 : 0,
reporter: process.env.CI ? [ reporter: process.env.CI ? [
['dot'], ['dot'],