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: add windows release canary #407

Closed moorec-aws closed 2 months ago

moorec-aws commented 2 months ago

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

We need to add Canaries for Windows E2E tests.

What was the solution? (How)

Add the Windows E2E job to the release canary workflow

This change was reverted here under the assumption that the change caused action failures here. This was not the case, the failure was due to an increase of tests added to e2e testing which increased the runtime. CodeBuild timeout was the actual cause of the failure. The timeout of CodeBuild has since been increased which should resolve this issue.

What is the impact of this change?

Adds canaries that run against release branch

How was this change tested?

Windows E2E tests are working here.

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.