diff --git a/.github/environments/leafcloud/inventory/group_vars/all/variables.yml b/.github/environments/leafcloud/inventory/group_vars/all/variables.yml index bba6aa6c..13c0ac0f 100644 --- a/.github/environments/leafcloud/inventory/group_vars/all/variables.yml +++ b/.github/environments/leafcloud/inventory/group_vars/all/variables.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 10dbd427..f10ced85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/requirements.yml b/requirements.yml index 1f4502cd..bb1662da 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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