From 72cc53a22e585b68bf3a111b17aceae1a1e93919 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: May 09 2023 16:05:24 +0000 Subject: Tests: test on f37 and f38 Fedora 38 is now available, move the testing pipelines to - fedora 38 for the _latest definitions - fedora 37 for the _previous definitions Signed-off-by: Florence Blanc-Renaud Reviewed-By: Rob Crittenden --- diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index e8f11a5..3e391cb 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -30,8 +30,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index e02b58a..d97f737 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -50,8 +50,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml index b80ab6f..f81870c 100644 --- a/ipatests/prci_definitions/nightly_latest_389ds.yaml +++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml @@ -35,8 +35,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 74f41f1..f022603 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -39,8 +39,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 1ce68c0..136ac97 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -50,8 +50,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_sssd.yaml b/ipatests/prci_definitions/nightly_latest_sssd.yaml index 853c5bd..c7cf037 100644 --- a/ipatests/prci_definitions/nightly_latest_sssd.yaml +++ b/ipatests/prci_definitions/nightly_latest_sssd.yaml @@ -39,8 +39,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 581cf59..9ef8383 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -51,8 +51,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index 2366b0e..74769c0 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -51,8 +51,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 1002e63..1542a94 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -50,8 +50,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-previous - name: freeipa/ci-master-f36 - version: 0.0.8 + name: freeipa/ci-master-f37 + version: 0.0.2 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index 35b8568..e984cbb 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -56,8 +56,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &ci-master-latest - name: freeipa/ci-master-f37 - version: 0.0.2 + name: freeipa/ci-master-f38 + version: 0.0.1 timeout: 1800 topology: *build