File tree 2 files changed +5
-4
lines changed
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"
46
46
gitlab_runner_session_server_advertise_address : " {{ gitlab_runner_session_server_listen_address }}"
47
47
gitlab_runner_session_server_timeout : 1800
48
48
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"
52
53
53
54
gitlab_runner_butane_config_template : " butane-config.bu.j2"
Original file line number Diff line number Diff line change 21
21
check_mode : false
22
22
23
23
- 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 "
25
25
block :
26
26
- name : " Create temporary directory"
27
27
ansible.builtin.tempfile :
You can’t perform that action at this time.
0 commit comments