chore: Gate release on macOS integration tests#1139
Open
kavmur wants to merge 1 commit intoaws-deadline:mainlinefrom
Open
chore: Gate release on macOS integration tests#1139kavmur wants to merge 1 commit intoaws-deadline:mainlinefrom
kavmur wants to merge 1 commit intoaws-deadline:mainlinefrom
Conversation
MacOS integration tests have been validated on a real release run. Add MacOSIntegrationTests to PreRelease dependencies so macOS test failures block releases, matching Linux and Windows. Signed-off-by: kavmur <120754614+kavmur@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was the problem/requirement? (What/Why)
macOS integration tests were added as non-blocking in PR #1119. They have now been validated on a real release run (https://github.com/aws-deadline/deadline-cloud/actions/runs/24689862064/job/72955001405).
What was the solution? (How)
Added
MacOSIntegrationTeststo thePreReleasedependencies so macOS test failures block releases, matching the existing Linux and Windows pattern.What is the impact of this change?
A macOS integration test failure will now block the release pipeline, ensuring macOS compatibility is verified before every release.
How was this change tested?
macOS integration tests passed on a real release run before this gate was added.
Was this change documented?
N/A
Does this PR introduce new dependencies?
No
Is this a breaking change?
No
Does this change impact security?
No
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.