Skip to content

Commit 9bbf105

Browse files
authored
Merge pull request #434 from Normo/update-gitlab-runner-test-case
Test gitlab-runner version 18.0.2 with molecule
2 parents f7f15fa + 4c71371 commit 9bbf105

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

molecule/gitlab_runner/molecule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ provisioner:
3737
gitlab_runner_concurrent: 4
3838
host_vars:
3939
instancegitlabciopenstack1:
40-
gitlab_runner_version: "17.8.1"
40+
gitlab_runner_version: "18.0.2"
4141
gitlab_runner_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner_{{ gitlab_runner_pkg_version }}_amd64.deb/download.deb"
4242
gitlab_runner_helper_images_deb_file: "https://packages.gitlab.com/runner/gitlab-runner/packages/{{ ansible_distribution | lower }}/{{ ansible_distribution_release | lower }}/gitlab-runner-helper-images_{{ gitlab_runner_pkg_version }}_all.deb/download.deb"
4343
gitlab_runner_install_docker: true
@@ -69,7 +69,7 @@ provisioner:
6969
locked: true
7070
limit: 10
7171
instancegitlabciopenstack2:
72-
gitlab_runner_version: "17.8.1"
72+
gitlab_runner_version: "18.0.2"
7373
gitlab_runner_install_docker: false
7474
gitlab_runner_ssh_public_key: ""
7575
gitlab_runner_ssh_private_key: ""

0 commit comments

Comments
 (0)