- add ability to tag instances (#210) (
ae42847)
- add additional debug logging when SSM waiter fails (#201) (
1bc786d)
- SSM waiter timeouts not long enough for Windows worker agent setup (#202) (
61988aa)
- Retry on SSM Command undeliverable (#196) (
f853231)
- errors while trying to stop queue fleet associations that are already stopped/ing (#194) (
76540f4)
- configurable fleet active timeout in Fleet.create() (#191) (
c66d883)
- improved exception handling when instance startup fails. DescribeInstances and DescribeInstanceStatus are now called by the test runner, IAM roles will need to be updated accordingly. (#189) (
d2b9d4c)
- Allow providing agent user credentials as a secrets manager secret (#187) (
e49691c) - Add configurable timeout lengths to send_command (
18c533b)
- Add support to fetch and match worker logs (#183) (
b920331) - append additional configuration to deadline-worker systemd config during linux worker setup (#181) (
13d60e1)
- ability to supply deadline Python wheel (#174) (
13662a4)
- configurable worker session root directory (#170) (
0d20e33)
- linux instance has unused ebs block device (#172) (
50bfe43)
- increase disk size temporarily to allow more than 4GB of space on windows (#168) (
7c33f67)
- ability to supply openjd-sessions Python wheel (#165) (
df45370)
- incorrect filesystem paths to files fetched from S3 by userdata (#164) (
5a6c0ee)
- allow worker config tests to disallow instance profile (#162) (
db6f441)
- The default of
DeadlineWorkerConfiguration.start_servicewas changed fromFalse→True - Downstream consumers of this package may have relied on a bug where the worker agent being started through an SSM command (see #160)
- concurrent worker agent processes (#160) (
9f7da7f)
- increase retries for log contains utils (#156) (
3616a9b)
- allow local session logs to be turned off in worker tests (#155) (
656db75) - Added negative log assertions (#154) (
d75f580)
- add WaiterConfig to ssm command waiter (#152) (
65b93ea)
Job.lifecycle_statuschanged fromstr→deadline_cloud_test_fixtures.deadline.JobLifecycleStatusdeadline_cloud_test_fixtures.TaskStatus.UNKNOWNremoved
- job/step/task API functions and session log assertions (#150) (
18f7078)
- silent progress ui (#148) (
5df19d7)
- start service after running the installer instead of during (#146) (
adac342)
- improve support for ec2 instance workers (#143) (
afbc5fb)
- start windows service depending on the worker configuration (#144) (
602bd3b)
- append export AWS_ENDPOINT_URL_DEADLINE at end of worker SSM commands (#141) (
cfec139) - increase number of retries for SSM send_command to 60 (#140) (
e768f38)
- linux ec2-based tests test installer-based user creation (#138) (
8cf1ffb)
- add missing comma to ssm command (#137) (
b8db187) - remove runas from job attachment fixture (#136) (
28767c7) - Add default max_retries to Job.wait_until_complete to avoid infinite waiting (#134) (
6d4023d) - resolve get_worker_id race by waiting for worker.json to get written (#133) (
1f27578)
- Add stop/start worker agent service method (#130) (
0ea4b3c)
- Refactoring EC2InstanceWorker to Split out PosixInstanceWorker and WindowsInstanceWorker (#125) (
5705df4)
- BYO Deadline now looks specifically for resource env vars. (#128) (
852fef3)
- delete workers from non-autoscaling fleets (#124) (
1217b4b)
- Refactor JA integ test resource creation so that we use some resources from the environment (#119) (
50b36f1)
- check value of operating_system.name instead of operating_system (#117) (
094069d)
- add windows support to worker fixture (#115) (
ef7f133)
- restore support for deprecated WORKER_REGION env var (#113) (
58cc193)
- set AWS_ENDPOINT_URL_DEADLINE after installing service model (#96) (
6bc4d8f)
- stop using removed worker agent CLI argument (#93) (
f831b92)
- fixed ci publishing issue
- public release (#83) (
e114779)
- FleetAPI compatibility for WorkerRequirements (#80) (
1f3978b)
- Tests failing as new Task Status was added to API (#68) (
a1ea341)