Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Ansible FreeIPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Ansible FreeIPA
Commits
3cf13867
Unverified
Commit
3cf13867
authored
1 year ago
by
Thomas Woerner
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1144 from rjeffman/upstream_ci_ansible_2_9
Ensure CI runs against the oldest supported Ansible versions.
parents
12e0d110
34654d10
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/azure/azure-pipelines.yml
+11
-0
11 additions, 0 deletions
tests/azure/azure-pipelines.yml
tests/azure/nightly.yml
+45
-0
45 additions, 0 deletions
tests/azure/nightly.yml
with
56 additions
and
0 deletions
tests/azure/azure-pipelines.yml
+
11
−
0
View file @
3cf13867
...
...
@@ -20,6 +20,17 @@ stages:
# Fedora
-
stage
:
Fedora_Ansible_min_supported
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
fedora-latest
ansible_version
:
"
-core
<2.14"
# Fedora
-
stage
:
Fedora_Latest
dependsOn
:
[]
jobs
:
...
...
This diff is collapsed.
Click to expand it.
tests/azure/nightly.yml
+
45
−
0
View file @
3cf13867
...
...
@@ -16,6 +16,15 @@ stages:
# Fedora
-
stage
:
FedoraLatest_Ansible_Core_2_9
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
fedora-latest
ansible_version
:
"
<2.10"
-
stage
:
FedoraLatest_Ansible_Core_2_13
dependsOn
:
[]
jobs
:
...
...
@@ -92,6 +101,15 @@ stages:
# Fedora Rawhide
-
stage
:
FedoraRawhide_Ansible_Core_2_9
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
fedora-rawhide
ansible_version
:
"
<2.10"
-
stage
:
FedoraRawhide_Ansible_Core_2_13
dependsOn
:
[]
jobs
:
...
...
@@ -130,6 +148,15 @@ stages:
# CentoOS 9 Stream
-
stage
:
c9s_Ansible_Core_2_9
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
c9s
ansible_version
:
"
-core
<2.9"
-
stage
:
c9s_Ansible_Core_2_13
dependsOn
:
[]
jobs
:
...
...
@@ -168,6 +195,15 @@ stages:
# CentOS 8 Stream
-
stage
:
c8s_Ansible_Core_2_9
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
c8s
ansible_version
:
"
<2.10"
-
stage
:
c8s_Ansible_Core_2_13
dependsOn
:
[]
jobs
:
...
...
@@ -206,6 +242,15 @@ stages:
# CentOS 7
-
stage
:
CentOS7_Ansible_Core_2_9
dependsOn
:
[]
jobs
:
-
template
:
templates/group_tests.yml
parameters
:
build_number
:
$(Build.BuildNumber)
scenario
:
centos-7
ansible_version
:
"
<2.10"
-
stage
:
CentOS7_Ansible_Core_2_13
dependsOn
:
[]
jobs
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment