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

chore: add custom attribute to test and cloud formation template #393

Closed AlexTranAmz closed 2 months ago

AlexTranAmz commented 3 months ago

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

We want to run e2e test in parallel to save time, especially when spinning up a new worker. This however is not easy with current setup and could lead to race condition

What was the solution? (How)

Add custom capabilities for each test to make sure test do not grab worker that's not in scope. Also make some change to the cloud formation template to reflect the newly added custom capabilities.

What is the impact of this change?

We can now research on running test in parallel

How was this change tested?

hatch run cross-os-e2e-test hatch run windows-e2e-test hatch run linux-e2e-test All using the cloud formation template deployment

Was this change documented?

Yes

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 3 months 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