aws-deadline / deadline-cloud-worker-agent

The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet.
Apache License 2.0
15 stars 21 forks source link

ci: make Windows E2E tests a requirement before the bump job in the release bump workflow #446

Closed jusiskin closed 1 month ago

jusiskin commented 1 month ago

What was the problem/requirement? (What/Why)

The "Release: Bump" workflow initiates an Windows E2E test run and Windows integration test run, but currently does not block the "Bump" job on these tests passing. It only blocks on the Linux E2E tests passing.

What was the solution? (How)

Make the Bump job in the release_bump workflow require passing WindowsE2ETests and WindowsIntegrationTests jobs.

What is the impact of this change?

There is less risk of operators accidentally approving the Bump step despite Windows E2E and/or integration tests not completing or succeeding.

How was this change tested?

N/A

Was this change documented?

No

Is this a breaking change?

No


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud