Skip to content

Commit

Permalink
update else on lists and tests (redhat-cop#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-m-sullivan authored Jun 9, 2023
1 parent ef940c1 commit dd2fac6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
matrix:
awx_version:
- devel
- 22.3.0
- 22.2.0
- 22.1.0
- 22.0.0
- 21.14.0
- 21.13.0
- 21.12.0
- 21.11.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
matrix:
awx_version:
- devel
- 22.3.0
- 22.2.0
- 22.1.0
- 22.0.0
- 21.14.0
- 21.13.0
- 21.12.0
- 21.11.0
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
Expand Down
1 change: 1 addition & 0 deletions tests/configs/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ controller_schedules:
rrule: "DTSTART:20200101T000000Z RRULE:FREQ=HOURLY;INTERVAL=3"
execution_environment: My EE
forks: 2
limit: all
instance_groups:
- test_instance_group
labels:
Expand Down
1 change: 1 addition & 0 deletions tests/configs/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ controller_templates:
ask_job_slice_count_on_launch: true
ask_labels_on_launch: true
ask_timeout_on_launch: true
ask_limit_on_launch: true
prevent_instance_group_fallback: true
survey_spec:
name: ''
Expand Down
4 changes: 2 additions & 2 deletions tests/configs_export_model/differential_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ differential_expected:
ask_job_slice_count_on_launch: true
ask_job_type_on_launch: false
ask_labels_on_launch: true
ask_limit_on_launch: false
ask_limit_on_launch: true
ask_scm_branch_on_launch: false
ask_skip_tags_on_launch: false
ask_tags_on_launch: false
Expand Down Expand Up @@ -184,7 +184,7 @@ differential_expected:
job_slice_count: 1
job_tags: ""
job_type:
limit: ""
limit: all
name: Demo Schedule 2
natural_key:
name: Demo Schedule 2
Expand Down

0 comments on commit dd2fac6

Please sign in to comment.