From 3e8e836544189bec386a3d8c33a2482e5675ea22 Mon Sep 17 00:00:00 2001 From: Armando Neto Date: Wed, 2 Dec 2020 15:16:02 -0300 Subject: [PATCH] ipatests: update PR-CI templates to Fedora 33 Gating tests are still on Fedora 32 because some tests are failing. Rest is being updated to unblock nightly runs: - "previous" updated to Fedora 32 - "latest" updated to Fedora 33 - 389ds, testing and pki definitions updated to Fedora 33 Signed-off-by: Armando Neto Reviewed-By: Florence Blanc-Renaud --- ipatests/prci_definitions/nightly_latest.yaml | 4 ++-- ipatests/prci_definitions/nightly_latest_389ds.yaml | 2 +- ipatests/prci_definitions/nightly_latest_pki.yaml | 4 ++-- ipatests/prci_definitions/nightly_latest_selinux.yaml | 4 ++-- ipatests/prci_definitions/nightly_latest_testing.yaml | 2 +- ipatests/prci_definitions/nightly_latest_testing_selinux.yaml | 2 +- ipatests/prci_definitions/nightly_previous.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 61ce90983..d0662477a 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-f32 - version: 0.0.16 + name: freeipa/ci-master-f33 + version: 0.0.4 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml index 10590764d..f693a0627 100644 --- a/ipatests/prci_definitions/nightly_latest_389ds.yaml +++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml @@ -34,7 +34,7 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &389ds-master-latest - name: freeipa/389ds-master-f32 + name: freeipa/389ds-master-f33 version: 0.0.2 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 51e9393d2..b775e5744 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -38,8 +38,8 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &pki-master-latest - name: freeipa/pki-master-f32 - version: 0.0.3 + name: freeipa/pki-master-f33 + version: 0.0.2 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index e20e5b4bb..91e7a300a 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-f32 - version: 0.0.16 + name: freeipa/ci-master-f33 + version: 0.0.4 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 92637bac4..09ecf59a1 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -50,7 +50,7 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &testing-master-latest - name: freeipa/testing-master-f32 + name: freeipa/testing-master-f33 version: 0.0.2 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 d795b461c..188a1a6ca 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -50,7 +50,7 @@ jobs: git_repo: '{git_repo}' git_refspec: '{git_refspec}' template: &testing-master-latest - name: freeipa/testing-master-f32 + name: freeipa/testing-master-f33 version: 0.0.2 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index a16ee8013..e51cfabc3 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-f31 - version: 0.0.9 + name: freeipa/ci-master-f32 + version: 0.0.16 timeout: 1800 topology: *build