Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ azimuth_capi_operator_capi_helm_csi_cinder_default_volume_type: unencrypted
# CI only: reduce the control-plane MachineHealthCheck startup timeout so
# failed bootstrap attempts can be remediated before the overall CI timeout.
azimuth_capi_operator_capi_helm_control_plane_node_startup_timeout: 600s

# Enable scheduling
azimuth_scheduling_enabled: true
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ansible 2.17 contains fix for https://github.com/ansible/ansible/issues/80514
# See https://github.com/azimuth-cloud/ansible-collection-terraform/pull/27
ansible-core>=2.17,<2.19
azimuth-robotframework
azimuth-robotframework @ git+https://github.com/azimuth-cloud/azimuth-robotframework@fix/test-schedule
bcrypt==4.0.1 # this is the latest version that doesn't emit a warning
jmespath
jsonschema-default
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
collections:
- name: https://github.com/azimuth-cloud/ansible-collection-azimuth-ops.git
type: git
version: 0.32.0
version: fix/test-schedule
# For local development
# - type: dir
# source: ../ansible-collection-azimuth-ops
Loading