URL: https://github.com/freeipa/freeipa/pull/5187
Author: netoarmando
 Title: #5187: [master] ipatests: update PR-CI templates to Fedora 33
Action: opened

PR body:
"""
"previous" updated to Fedora 32
"latest" updated to Fedora 33
"rawhide" based on Fedora 34

389ds, testing and pki definitions updated to Fedora 33

Fedora 33 is not released yet, therefore templates were based on nightly 
composes.

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/5187/head:pr5187
git checkout pr5187
From 0c5d0012cba9292cd96906299cbbaae60c329cc5 Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Fri, 9 Oct 2020 15:24:32 -0300
Subject: [PATCH] ipatests: update PR-CI templates to Fedora 33

"previous" updated to Fedora 32
"latest" updated to Fedora 33
"rawhide" based on Fedora 34

389ds, testing and pki definitions updated to Fedora 33

Fedora 33 is not released yet, therefore templates were based on
nightly composes.

Signed-off-by: Armando Neto <abiag...@redhat.com>
---
 ipatests/prci_definitions/gating.yaml                         | 4 ++--
 ipatests/prci_definitions/nightly_latest.yaml                 | 4 ++--
 ipatests/prci_definitions/nightly_latest_389ds.yaml           | 4 ++--
 ipatests/prci_definitions/nightly_latest_pki.yaml             | 4 ++--
 ipatests/prci_definitions/nightly_latest_selinux.yaml         | 4 ++--
 ipatests/prci_definitions/nightly_latest_testing.yaml         | 4 ++--
 ipatests/prci_definitions/nightly_latest_testing_selinux.yaml | 4 ++--
 ipatests/prci_definitions/nightly_previous.yaml               | 4 ++--
 ipatests/prci_definitions/nightly_rawhide.yaml                | 2 +-
 ipatests/prci_definitions/temp_commit.yaml                    | 4 ++--
 10 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index 89aa531bc2..be6f98e367 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-f32
-          version: 0.0.11
+          name: freeipa/ci-master-f33
+          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 a6a9599340..a10eddb280 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.11
+          name: freeipa/ci-master-f33
+          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 bf6e1f857c..901ebba352 100644
--- a/ipatests/prci_definitions/nightly_latest_389ds.yaml
+++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml
@@ -34,8 +34,8 @@ jobs:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
         template: &389ds-master-latest
-          name: freeipa/389ds-master-f32
-          version: 0.0.2
+          name: freeipa/389ds-master-f33
+          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 4d77507e7f..bb7663260b 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.1
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml
index 5da76fa2d1..df450d6fe9 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.11
+          name: freeipa/ci-master-f33
+          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 28609f7eef..7a5ff22419 100644
--- a/ipatests/prci_definitions/nightly_latest_testing.yaml
+++ b/ipatests/prci_definitions/nightly_latest_testing.yaml
@@ -50,8 +50,8 @@ jobs:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
         template: &testing-master-latest
-          name: freeipa/testing-master-f32
-          version: 0.0.2
+          name: freeipa/testing-master-f33
+          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 6cf8c48148..38ce55592b 100644
--- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
+++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml
@@ -50,8 +50,8 @@ jobs:
         git_repo: '{git_repo}'
         git_refspec: '{git_refspec}'
         template: &testing-master-latest
-          name: freeipa/testing-master-f32
-          version: 0.0.2
+          name: freeipa/testing-master-f33
+          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 03fec21758..2dfd076380 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.12
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml
index 636c482118..eae64a5961 100644
--- a/ipatests/prci_definitions/nightly_rawhide.yaml
+++ b/ipatests/prci_definitions/nightly_rawhide.yaml
@@ -51,7 +51,7 @@ jobs:
         git_refspec: '{git_refspec}'
         template: &ci-master-frawhide
           name: freeipa/ci-master-frawhide
-          version: 0.1.4
+          version: 0.2.0
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
index ef2e4bfa90..98293297d5 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.11
+          name: freeipa/ci-master-f33
+          version: 0.0.1
         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

Reply via email to