Skip to content

Commit

Permalink
fixup! STILL NEED SOME WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Oct 30, 2024
1 parent d4488db commit 8bc6ea4
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions infra/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,19 @@ stages:

# Galaxy on Fedora

- stage: Galaxy_Fedora_Latest
dependsOn: []
jobs:
- template: templates/run_tests.yml
strategy:
parallel: 3
parameters:
build_number: $(Build.BuildNumber)
distro: fedora-latest
ansible_version: "-core >=2.16,<2.17"
skip_git_test: true
test_galaxy: true
group_number: ${{ System.JobPositionInPhase }}
number_of_groups: 3
- ${{ each group in range(1, 3) }}:
- stage: Galaxy_Fedora_Latest
dependsOn: []
jobs:
- template: templates/run_tests.yml
parameters:
build_number: $(Build.BuildNumber)
distro: fedora-latest
ansible_version: "-core >=2.16,<2.17"
skip_git_test: true
test_galaxy: true
group_number: ${{ group }}
number_of_groups: 3

# CentOS 9 Stream

Expand Down

0 comments on commit 8bc6ea4

Please sign in to comment.