Skip to content

Continue CI if some builds fail#1686

Merged
dkurepa merged 2 commits into
mainfrom
dkurepa/ContinueOnBuildFailures
Jun 18, 2026
Merged

Continue CI if some builds fail#1686
dkurepa merged 2 commits into
mainfrom
dkurepa/ContinueOnBuildFailures

Conversation

@dkurepa

@dkurepa dkurepa commented Jun 18, 2026

Copy link
Copy Markdown
Member

--extra-index-url is not allowed by a CFS policy and I don't think we even need it because of the --no-deps we provide.

@dkurepa dkurepa requested review from a team as code owners June 18, 2026 07:20
@dkurepa dkurepa merged commit 95ddac4 into main Jun 18, 2026
159 of 169 checks passed
@dkurepa dkurepa deleted the dkurepa/ContinueOnBuildFailures branch June 18, 2026 08:01
stages:
- stage: Build
condition: and(succeeded(), contains(variables['stages'], 'build'))
condition: and(succeededOrFailed(), contains(variables['stages'], 'build'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Changes to eng/docker-tools will be overwritten by automation PRs like #1678.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thanks, we'll make the change in docker-tools if this ends up working

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.

4 participants