URL: https://github.com/freeipa/freeipa/pull/5924
Author: netoarmando
 Title: #5924: [master] ipatests: bump prci boxes + move gating to f34
Action: opened

PR body:
"""
Bump template box version to latest to include recently updated
dependencies and move gating and temp definitions to latest Fedora
release.

Issue: https://pagure.io/freeipa/issue/8935
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5924/head:pr5924
git checkout pr5924
From f8039a4583ad67ffae165d907edcb006dd3bed1d Mon Sep 17 00:00:00 2001
From: Armando Neto <abiag...@redhat.com>
Date: Mon, 26 Jul 2021 15:11:10 -0300
Subject: [PATCH] ipatests: bump prci boxes + move gating to f34

Bump template box version to latest to include recently updated
dependencies and move gating and temp definitions to latest Fedora
release.

Issue: https://pagure.io/freeipa/issue/8935

Signed-off-by: Armando Neto <abiag...@redhat.com>
---
 ipatests/prci_definitions/gating.yaml                 | 4 ++--
 ipatests/prci_definitions/nightly_latest.yaml         | 2 +-
 ipatests/prci_definitions/nightly_latest_selinux.yaml | 2 +-
 ipatests/prci_definitions/nightly_previous.yaml       | 2 +-
 ipatests/prci_definitions/temp_commit.yaml            | 4 ++--
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml
index a827d0a8b9e..fcff1076e09 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-f33
-          version: 0.0.9
+          name: freeipa/ci-master-f34
+          version: 0.0.5
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml
index 5de29a70862..bee3535d314 100644
--- a/ipatests/prci_definitions/nightly_latest.yaml
+++ b/ipatests/prci_definitions/nightly_latest.yaml
@@ -51,7 +51,7 @@ jobs:
         git_refspec: '{git_refspec}'
         template: &ci-master-latest
           name: freeipa/ci-master-f34
-          version: 0.0.4
+          version: 0.0.5
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml
index a386db2b252..8187e66ddf3 100644
--- a/ipatests/prci_definitions/nightly_latest_selinux.yaml
+++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml
@@ -51,7 +51,7 @@ jobs:
         git_refspec: '{git_refspec}'
         template: &ci-master-latest
           name: freeipa/ci-master-f34
-          version: 0.0.4
+          version: 0.0.5
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml
index a29886806ad..6fd1600544b 100644
--- a/ipatests/prci_definitions/nightly_previous.yaml
+++ b/ipatests/prci_definitions/nightly_previous.yaml
@@ -51,7 +51,7 @@ jobs:
         git_refspec: '{git_refspec}'
         template: &ci-master-previous
           name: freeipa/ci-master-f33
-          version: 0.0.9
+          version: 0.0.11
         timeout: 1800
         topology: *build
 
diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml
index af5885d0af2..4b0398b9218 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-f33
-          version: 0.0.9
+          name: freeipa/ci-master-f34
+          version: 0.0.5
         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
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to