Skip to content

Update customers which runs playwright tests - #1449

Merged
milanmajchrak merged 1 commit into
dtq-devfrom
ci/trigger-ui-tests-add-dtq-dev-9-base
Aug 12, 2026
Merged

Update customers which runs playwright tests#1449
milanmajchrak merged 1 commit into
dtq-devfrom
ci/trigger-ui-tests-add-dtq-dev-9-base

Conversation

@Kasinhou

@Kasinhou Kasinhou commented Aug 11, 2026

Copy link
Copy Markdown

Problem

The nightly Trigger UI Tests for All Customer Branches job only dispatches playwright-tests.yml for customer/* branches. dtq-dev-9-base is not covered, so it never gets nightly UI-test runs.

Append dtq-dev-9-base to the branch list in trigger-ui-tests.yml so the
nightly job dispatches playwright-tests.yml for it alongside the customer/*
branches. The awk parser emits "dtq-dev-9-base/" for a non-namespaced branch,
so it cannot be picked up by the customer/ grep and is added explicitly.

Also includes a pre-existing working-tree edit adding customer/sav to
SKIP_BRANCHES.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Kasinhou Kasinhou self-assigned this Aug 11, 2026
@Kasinhou
Kasinhou requested a lite review from Copilot August 11, 2026 10:21
@Kasinhou Kasinhou changed the title CI/Add dtq-dev-9-base to nightly UI-test trigger Update customers which runs playwright tests Aug 11, 2026
@Kasinhou
Kasinhou requested a review from milanmajchrak August 11, 2026 10:24

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the nightly workflow that dispatches playwright-tests.yml so it also runs UI tests for the non-namespaced branch dtq-dev-9-base, which is currently excluded by the customer-only branch discovery logic.

Changes:

  • Appends dtq-dev-9-base to the discovered customer/* branch list so it gets included in the nightly dispatch loop.
  • Modifies SKIP_BRANCHES to include customer/sav (noted in the PR description as an unrelated edit).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/trigger-ui-tests.yml
Comment thread .github/workflows/trigger-ui-tests.yml
@milanmajchrak
milanmajchrak merged commit af19c79 into dtq-dev Aug 12, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants