Skip to content

Commit

Permalink
[ansible] add testing for debian 12 (signalfx#4040)
Browse files Browse the repository at this point in the history
* [ansible] add testing for debian 12

* do not test fluentd on debian 12

* try with self-hosted runner

* Revert "try with self-hosted runner"

This reverts commit 9cb890a.

* Revert "Revert "try with self-hosted runner""

This reverts commit b215ec9.

* revert changes to use github action runners again

* update boxes

* try disabling windows 2012 and move to latest image

* fix yaml

* update boxes

* update boxes
  • Loading branch information
atoulme committed Mar 25, 2024
1 parent 397a374 commit e5e5c3e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- debian9
- debian10
- debian11
- debian12
- opensuse12
- opensuse15
- ubuntu1604
Expand Down
14 changes: 4 additions & 10 deletions deployments/ansible/molecule/config/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ driver:
provider:
name: virtualbox
platforms:
- name: "2012"
box: devopsgroup-io/windows_server-2012r2-standard-amd64-nocm
box_version: 1.67.0
- name: "2016"
box: cdaf/WindowsServer
box_version: 2022.09.01
cpus: 2
memory: 4096
instance_raw_config_args: &vagrant_args
Expand All @@ -23,15 +23,9 @@ platforms:
- "winrm.password = 'vagrant'"
- "winrm.retry_limit = 50"
- "winrm.retry_delay = 10"
- name: "2016"
box: cdaf/WindowsServer
box_version: 2022.09.01
cpus: 2
memory: 4096
instance_raw_config_args: *vagrant_args
- name: "2019"
box: gusztavvargadr/windows-server-2019-standard
box_version: 1809.0.2310
box_version: 1809.0.2312
cpus: 2
memory: 4096
instance_raw_config_args: *vagrant_args
Expand Down
2 changes: 2 additions & 0 deletions deployments/ansible/molecule/shared/verify_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
false
{%- elif ansible_distribution == "Amazon" and ansible_distribution_version == "2023" -%}
false
{%- elif ansible_os_family == "Debian" and ansible_distribution_major_version == "12" -%}
false
{%- else -%}
true
{%- endif -%}
Expand Down
2 changes: 2 additions & 0 deletions deployments/ansible/roles/collector/tasks/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
false
{%- elif ansible_distribution == "Amazon" and ansible_distribution_version == "2023" -%}
false
{%- elif ansible_os_family == "Debian" and ansible_distribution_major_version == "12" -%}
false
{%- else -%}
true
{%- endif -%}
Expand Down

0 comments on commit e5e5c3e

Please sign in to comment.