Skip to content

feat(nimbus): add advanced targeting for win10 existing users needing… #1663

feat(nimbus): add advanced targeting for win10 existing users needing…

feat(nimbus): add advanced targeting for win10 existing users needing… #1663

name: Remote Settings All Workflows Integration Tests
on:
push:
branches:
- main
pull_request:
merge_group:
types: [checks_requested]
jobs:
test:
name: "Remote Settings All Workflows (${{ matrix.name }})"
runs-on: ubuntu-24.04
permissions:
contents: read
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
with:
fetch-depth: 0
- uses: ./.github/actions/check-changed-paths
id: check-paths
with:
paths: "experimenter/ application-services/"
- uses: ./.github/actions/setup-cached-build
if: steps.check-paths.outputs.should-run == 'true'
- uses: ./.github/actions/run-integration-test
if: steps.check-paths.outputs.should-run == 'true'
with:
artifact-name: remote-settings-all-${{ matrix.marker }}-test-report