File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ gitlab_runner_session_server_listen_address: "0.0.0.0:8093"
4646gitlab_runner_session_server_advertise_address : " {{ gitlab_runner_session_server_listen_address }}"
4747gitlab_runner_session_server_timeout : 1800
4848
49- gitlab_runner_autoscaler_plugin_version : " 0.21.1"
50- gitlab_runner_autoscaler_plugin_url : " https://github.com/sardinasystems/fleeting-plugin-openstack/releases/download/{{ gitlab_runner_autoscaler_plugin_version }}/fleeting-plugin-openstack_{{ gitlab_runner_autoscaler_plugin_version }}_linux_amd64.tar.gz"
51- gitlab_runner_autoscaler_plugin_checksumfile : " https://github.com/sardinasystems/fleeting-plugin-openstack/releases/download/{{ gitlab_runner_autoscaler_plugin_version }}/fleeting-plugin-openstack_{{ gitlab_runner_autoscaler_plugin_version }}_sha512-checksums.txt"
49+ gitlab_runner_autoscaler_plugin_version : " v0.28.0"
50+ gitlab_runner_autoscaler_binary_version : " {{ gitlab_runner_autoscaler_plugin_version | replace('v', '') }}"
51+ gitlab_runner_autoscaler_plugin_url : " https://github.com/sardinasystems/fleeting-plugin-openstack/releases/download/{{ gitlab_runner_autoscaler_plugin_version }}/fleeting-plugin-openstack_{{ gitlab_runner_autoscaler_binary_version }}_linux_amd64.tar.gz"
52+ gitlab_runner_autoscaler_plugin_checksumfile : " https://github.com/sardinasystems/fleeting-plugin-openstack/releases/download/{{ gitlab_runner_autoscaler_plugin_version }}/fleeting-plugin-openstack_{{ gitlab_runner_autoscaler_binary_version }}_sha512-checksums.txt"
5253
5354gitlab_runner_butane_config_template : " butane-config.bu.j2"
Original file line number Diff line number Diff line change 2121 check_mode : false
2222
2323- name : " Download and install fleeting plugin"
24- when : " not _fleeting_plugin_openstack_stat.stat.exists or _fleeting_plugin_version_installed.stdout != gitlab_runner_autoscaler_plugin_version "
24+ when : " not _fleeting_plugin_openstack_stat.stat.exists or _fleeting_plugin_version_installed.stdout != gitlab_runner_autoscaler_binary_version "
2525 block :
2626 - name : " Create temporary directory"
2727 ansible.builtin.tempfile :
You can’t perform that action at this time.
0 commit comments