-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy pathintegration-remote-settings-all.yml
More file actions
52 lines (48 loc) · 1.51 KB
/
integration-remote-settings-all.yml
File metadata and controls
52 lines (48 loc) · 1.51 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
name: Remote Settings All Workflows Integration Tests
on:
push:
branches:
- main
paths:
- "experimenter/**"
- "application-services/**"
- ".github/actions/run-integration-test/**"
- ".github/workflows/integration-remote-settings-all.yml"
pull_request:
paths:
- "experimenter/**"
- "application-services/**"
- ".github/actions/run-integration-test/**"
- ".github/workflows/integration-remote-settings-all.yml"
merge_group:
types: [checks_requested]
jobs:
test:
name: "Remote Settings All Workflows (${{ matrix.name }})"
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
strategy:
fail-fast: false
matrix:
include:
- name: Experiments
marker: remote_settings_experiments
- name: Rollouts
marker: remote_settings_rollouts
- name: Live Updates
marker: remote_settings_live_updates
env:
FIREFOX_CHANNEL: release
PYTEST_ARGS: -k FIREFOX_DESKTOP -m ${{ matrix.marker }} --reruns 1 --base-url https://nginx/nimbus/
PYTEST_BASE_URL: https://nginx/nimbus/
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-cached-build
with:
arch: x86_64
gcp-project-number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
- uses: ./.github/actions/run-integration-test
with:
artifact-name: remote-settings-all-${{ matrix.marker }}-test-report