Skip to content

Commit

Permalink
Replace ipa-4-8 with ipa-4-9 nightly jobs
Browse files Browse the repository at this point in the history
Disable nightly runs for ipa-4-8 branch and enable ipa-4-9 to replace
them.

Signed-off-by: Armando Neto <abiagion@redhat.com>
  • Loading branch information
netoarmando committed Jan 21, 2021
1 parent f9fb4ca commit fc89ede
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ansible/roles/automation/nightly_pr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ nightly_jobs:
branch: "ipa-4-6"
prci_config: "nightly_ipa-4-6.yaml"

- name: testing_ipa-4.8_latest
- name: testing_ipa-4.9_latest
weekdays: "6"
hour: "8"
minute: "00"
flow: "ci"
branch: "ipa-4-8"
prci_config: "nightly_ipa-4-8_latest.yaml"
branch: "ipa-4-9"
prci_config: "nightly_ipa-4-9_latest.yaml"

- name: testing_ipa-4.8_previous
- name: testing_ipa-4.9_previous
weekdays: "6"
hour: "15"
minute: "00"
flow: "ci"
branch: "ipa-4-8"
prci_config: "nightly_ipa-4-8_previous.yaml"
branch: "ipa-4-9"
prci_config: "nightly_ipa-4-9_previous.yaml"

- name: testing_master_pki
weekdays: "7"
Expand Down Expand Up @@ -90,10 +90,10 @@ nightly_jobs:
branch: "master"
prci_config: "nightly_latest_testing_selinux.yaml"

- name: testing_ipa-4.8_latest_selinux
- name: testing_ipa-4.9_latest_selinux
weekdays: "5"
hour: "15"
minute: "00"
flow: "ci"
branch: "ipa-4-8"
prci_config: "nightly_ipa-4-8_latest_selinux.yaml"
branch: "ipa-4-9"
prci_config: "nightly_ipa-4-9_latest_selinux.yaml"

0 comments on commit fc89ede

Please sign in to comment.