URL: https://github.com/freeipa/freeipa/pull/4900 Author: netoarmando Title: #4900: [ipa-4-8] ipatests: bump pr-ci templates Action: opened
PR body: """ New template images for ci-ipa-4-8-f32 and ci-ipa-4-8-f31 with updated packages. Signed-off-by: Armando Neto <[email protected]> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/4900/head:pr4900 git checkout pr4900
From 578dde4c46ab4fffc13541b2c0190f018977e3b7 Mon Sep 17 00:00:00 2001 From: Armando Neto <[email protected]> Date: Wed, 8 Jul 2020 12:59:41 -0300 Subject: [PATCH] ipatests: bump pr-ci templates New template images for ci-ipa-4-8-f32 and ci-ipa-4-8-f31 with updated packages. Signed-off-by: Armando Neto <[email protected]> --- ipatests/prci_definitions/gating.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml | 2 +- ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml | 2 +- ipatests/prci_definitions/temp_commit.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ipatests/prci_definitions/gating.yaml b/ipatests/prci_definitions/gating.yaml index 14f8a4b16a..30f728a9d8 100644 --- a/ipatests/prci_definitions/gating.yaml +++ b/ipatests/prci_definitions/gating.yaml @@ -31,7 +31,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-ipa-4-8-latest name: freeipa/ci-ipa-4-8-f32 - version: 0.0.4 + version: 0.0.5 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml index 51fc521210..b19bc93248 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_latest.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-ipa-4-8-latest name: freeipa/ci-ipa-4-8-f32 - version: 0.0.4 + version: 0.0.5 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml index a2a11d49bd..29fe1329e8 100644 --- a/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml +++ b/ipatests/prci_definitions/nightly_ipa-4-8_previous.yaml @@ -51,7 +51,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-ipa-4-8-previous name: freeipa/ci-ipa-4-8-f31 - version: 0.0.6 + version: 0.0.7 timeout: 1800 topology: *build diff --git a/ipatests/prci_definitions/temp_commit.yaml b/ipatests/prci_definitions/temp_commit.yaml index 586724eb7e..4b293e39f3 100644 --- a/ipatests/prci_definitions/temp_commit.yaml +++ b/ipatests/prci_definitions/temp_commit.yaml @@ -57,7 +57,7 @@ jobs: git_refspec: '{git_refspec}' template: &ci-ipa-4-8-latest name: freeipa/ci-ipa-4-8-f32 - version: 0.0.4 + version: 0.0.5 timeout: 1800 topology: *build
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]
