- The default of
DeadlineWorkerConfiguration.start_service
was 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_status
changed fromstr
→deadline_cloud_test_fixtures.deadline.JobLifecycleStatus
deadline_cloud_test_fixtures.TaskStatus.UNKNOWN
removed
- 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
)