- Add config option
ami_per_region
. - Bump
cwltool
version to3.1.20211103193132
. - Singularity was not working. Also, bump Singularity version to
3.10.4
. - Speed up Tibanna docker build.
- Fix Goofys installation on ARM architecture.
- Add CodeBuild specification.
- Added support for Graviton instances.
- Removed
other_instance_types
as option forbehavior_on_capacity_limit
. It will fall back towait_and_retry
. - Multiple instance types can be specified in the configuration. If
spot_instance
is enabled, Tibanna will run the workflow on the instance with the highest available capacity. Ifspot_instance
is disabled, it will run the workflow on the cheapest instance in the list. - Instead of using the
run_instance
command we switch to EC2 fleets (in instant mode) to start up instances.
- Fixed bug where Tibanna would use and report and incorrect overall CPU utilization of the EC2 instance.