Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ci/nightly/pipeline.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,17 @@ steps:
- ./ci/plugins/mzcompose:
composition: launchdarkly

- id: launchdarkly-flag-consistency
label: "LaunchDarkly flag consistency"
depends_on: build-aarch64
timeout_in_minutes: 30
agents:
# Requires LAUNCHDARKLY_API_TOKEN
queue: linux-aarch64-small
plugins:
- ./ci/plugins/mzcompose:
composition: launchdarkly-flag-consistency

- group: E2E
key: e2e
steps:
Expand Down
Loading
Loading