File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1414 - ' feature/**'
1515 - ' fix/**'
1616 - ' !doc/**'
17- - ' feature/**'
18- - ' fix/**'
1917
2018jobs :
2119 build-ansible29 :
2826 strategy :
2927 # max-parallel: 4
3028 matrix :
31- distro : [centos7, centos8, debian10 ]
29+ distro : [centos7]
3230 python : ['3.8','3.10']
3331 ansible : ['2.9.10']
3432 scenario : [default]
7169 strategy :
7270 # max-parallel: 4
7371 matrix :
74- distro : [centos7, centos8, debian10 ]
72+ distro : [centos7, debian11 ]
7573 python : ['3.8', '3.9', '3.10']
7674 ansible : ['2.10.7', '2.11.8']
7775 scenario : [default]
Original file line number Diff line number Diff line change 1+ ---
2+ # Icinga does not provide a testing repository for every Fedora release
3+ icinga_repo_yum_stable_url : " http://packages.icinga.com/fedora/$releasever/release/"
4+ icinga_repo_yum_stable_key : " {{ icinga_repo_gpgkey }}"
5+ icinga_repo_yum_testing_url : " http://packages.icinga.com/fedora/$releasever/testing/"
6+ icinga_repo_yum_testing_key : " {{ icinga_repo_gpgkey }}"
7+ icinga_repo_yum_snapshot_url : " http://packages.icinga.com/fedora/$releasever/snapshot/"
8+ icinga_repo_yum_snapshot_key : " {{ icinga_repo_gpgkey }}"
You can’t perform that action at this time.
0 commit comments