Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass condition to a few analyze eng/common checks #8597

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Jul 10, 2024

Python had a nightly analyze failure that had me really confused. The issue was that one of the eng/common steps which set the daily dev build variable skipped due to a default succeeded() condition when a step above it unexpectedly failed.

I walked the rest of the analyze steps in Python, and identified a few more where a custom condition can be provided to allow succeededOrFailed() to be passed. This way all the enforcement runs on a given analyze job.

Once this PR merges I'll take advantage of it on python side and ensure the issue that hit @kristapratico is avoided in the future.

@scbedd scbedd self-assigned this Jul 10, 2024
@scbedd scbedd requested a review from a team as a code owner July 10, 2024 18:14
@azure-sdk
Copy link
Collaborator

The following pipelines have been queued for testing:
java - template
java - template - tests
js - template
net - template
net - template - tests
python - template
python - template - tests
You can sign off on the approval gate to test the release stage of each pipeline.
See eng/common workflow

scbedd added a commit to Azure/azure-sdk-for-js that referenced this pull request Jul 10, 2024
@scbedd scbedd merged commit ac07661 into Azure:main Jul 10, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants