-
-
Notifications
You must be signed in to change notification settings - Fork 4
95 lines (74 loc) · 2.42 KB
/
Copy pathrelease-quality.yml
File metadata and controls
95 lines (74 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name: Release Quality
on:
workflow_dispatch:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
product-release:
runs-on: windows-2025
timeout-minutes: 180
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Set up Python
run: uv python install 3.12
- name: Install Python dependencies
run: uv sync --extra dev --python 3.12
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "npm"
cache-dependency-path: |
editor/package-lock.json
landing/package-lock.json
- name: Install editor
working-directory: editor
run: npm ci
- name: Install landing
working-directory: landing
run: npm ci
- name: Install locked browser matrix
timeout-minutes: 15
run: uv run python -m playwright install chromium firefox webkit
- name: Cache locked WebView2 Fixed Version archive
uses: actions/cache@v4
with:
path: output/test-runner/product-browser-webview2-fixed/downloads/
key: webview2-fixed-${{ hashFiles('tests/product/webview2-runtime.lock.json') }}
- name: Run product release sequence
timeout-minutes: 150
run: uv run python -X utf8 tests/run.py product-release
- name: Upload release quality evidence
if: always()
uses: actions/upload-artifact@v4
with:
name: product-release-evidence
path: output/test-runner/
confirmatory-efficacy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Set up Python
run: uv python install 3.12
- name: Install Python dependencies
run: uv sync --extra dev --python 3.12
- name: Verify featured-path E3 evidence
run: uv run python -X utf8 tests/run.py gate path-efficacy-confirmatory
- name: Upload confirmatory evidence report
if: always()
uses: actions/upload-artifact@v4
with:
name: path-efficacy-confirmatory
path: output/test-runner/path-efficacy-confirmatory/