Skip to content

Commit 103521e

Browse files
committed
Fix autoscaler URL template and install 0.28.0 by default
1 parent 0abdef8 commit 103521e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/gitlab_runner/defaults/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ gitlab_runner_session_server_listen_address: "0.0.0.0:8093"
4646
gitlab_runner_session_server_advertise_address: "{{ gitlab_runner_session_server_listen_address }}"
4747
gitlab_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_plugin_url: "https://github.com/sardinasystems/fleeting-plugin-openstack/releases/download/{{ gitlab_runner_autoscaler_plugin_version }}/fleeting-plugin-openstack_{{ gitlab_runner_autoscaler_plugin_version | replace('v', '') }}_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 | replace('v', '') }}_sha512-checksums.txt"
5252

5353
gitlab_runner_butane_config_template: "butane-config.bu.j2"

0 commit comments

Comments
 (0)