URL: https://github.com/freeipa/freeipa/pull/5416 Author: netoarmando Title: #5416: ipatests: update PR-CI templates to Fedora 33 Action: opened
PR body: """ Gating tests are still on Fedora 32 because some tests are failing. (https://pagure.io/freeipa/issue/8611) 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 <abiag...@redhat.com> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5416/head:pr5416 git checkout pr5416
From 2b2d545de77e393ae0b9ab2d5292d69e2a82da72 Mon Sep 17 00:00:00 2001 From: Armando Neto <abiag...@redhat.com> 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 <abiag...@redhat.com> --- 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 ++-- ipatests/prci_definitions/temp_commit.yaml | 4 ++-- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 61ce90983ed..d0662477ae9 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 10590764deb..f693a0627e0 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 51e9393d285..b775e57444d 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 e20e5b4bbb1..91e7a300a6a 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 92637bac4c5..09ecf59a110 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 d795b461ce5..188a1a6cae6 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 a16ee80138f..e51cfabc3fc 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 diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index b297cd4e319..3e6b894994c 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-f32 - version: 0.0.16 + name: freeipa/ci-master-f33 + version: 0.0.4 timeout: 1800 topology: *build
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org