Skip to content

Commit

Permalink
Update cron jobs to include new flows
Browse files Browse the repository at this point in the history
Includes '389ds' and 'updates-testing' flows.
Also, rename test definitions files in ipa-4-7 and ipa-4-8 branches.

Signed-off-by: Armando Neto <abiagion@redhat.com>
  • Loading branch information
netoarmando committed Aug 23, 2019
1 parent cdbc6ee commit 829b9cb
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions ansible/roles/automation/nightly_pr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ nightly_jobs:
minute: "00"
flow: "ci"
branch: "ipa-4-7"
prci_config: "nightly_master.yaml"
prci_config: "nightly_ipa-4-7.yaml"
- name: testing_ipa-4.8
weekdays: "6"
hour: "15"
minute: "00"
flow: "ci"
branch: "ipa-4-8"
prci_config: "nightly_master.yaml"
prci_config: "nightly_ipa-4-8.yaml"
- name: testing_ipa-4.6
weekdays: "7"
hour: "15"
Expand All @@ -51,3 +51,17 @@ nightly_jobs:
flow: "pki"
branch: "master"
prci_config: "nightly_master_pki.yaml"
- name: testing_389ds
weekdays: "6"
hour: "20"
minute: "00"
flow: "389ds"
branch: "master"
prci_config: "nightly_master_389ds.yaml"
- name: testing_updates_testing
weekdays: "6"
hour: "10"
minute: "00"
flow: "testing"
branch: "master"
prci_config: "nightly_master_testing.yaml"

0 comments on commit 829b9cb

Please sign in to comment.