-
Notifications
You must be signed in to change notification settings - Fork 42
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
Worker Fleet integration tests failing to create ASG's #165
Comments
I'm running the integration tests on RFDK 0.17 using both Deadline 10.1.9.2 and 10.1.10.6 10.1.10.6 failed creating the first worker tier with the error in the OP. |
From Daniel: 10.1.10 added these configuration options to
We configure Workers here: aws-rfdk/packages/aws-rfdk/lib/deadline/scripts/python/client-rq-connection.py Lines 127 to 190 in 9cbf99f
I'm guessing that one of two things is happening:
|
Similar to what Claire has seen, the 0.18.0 release candidate can pass the worker fleet integration tests using Deadline version 10.1.9.2. I think this confirms Daniel's suspicions that the new configuration options being set in 10.1.10 are causing a problem. |
The Worker Fleet integration tests are failing when trying to create autoscaling groups named similarly to
WorkerStructWF1Worker3ASG803D4B7C
andWorkerStructWF1Worker2ASG6D4C29FF
, both with the reason:Reproduction Steps
bump/0.18.0
integ/test-config.sh
with these values:LINUX_DEADLINE_AMI_ID='ami-05d4887175201bde8'
SKIP_deadline_01_repository_TEST=true
SKIP_deadline_02_renderQueue_TEST=true
yarn run e2e
from the directoryinteg
Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: