URL: https://github.com/freeipa/freeipa/pull/1073 Author: felipevolpone Title: #1073: Testing a new vagrant box for PR CI using f26 to ipa-4-5 Action: opened
PR body: """ Using PR CI triggers to test if the new vagrant box will work properly. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1073/head:pr1073 git checkout pr1073
From 594e049ab6b37794cc3dc7d14460a6a5eab9e964 Mon Sep 17 00:00:00 2001 From: Felipe Volpone <fbarr...@redhat.com> Date: Wed, 13 Sep 2017 08:46:06 -0300 Subject: [PATCH] Use f26 template for ipa-4-5 --- .freeipa-pr-ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.freeipa-pr-ci.yaml b/.freeipa-pr-ci.yaml index f808714d53..647bdcd4f7 100644 --- a/.freeipa-pr-ci.yaml +++ b/.freeipa-pr-ci.yaml @@ -1,5 +1,5 @@ jobs: - fedora-25/build: + fedora-26/build: requires: [] priority: 100 job: @@ -7,28 +7,28 @@ jobs: args: git_repo: '{git_repo}' git_refspec: '{git_refspec}' - template: &ci-ipa-4-5-f25 - name: freeipa/ci-ipa-4-5-f25 + template: &ci-ipa-4-5-f26 + name: felipevolpone/ci-ipa-4-5-f26 version: 0.1.2 timeout: 1800 - fedora-25/simple_replication: - requires: [fedora-25/build] + fedora-26/simple_replication: + requires: [fedora-26/build] priority: 50 job: class: RunPytest args: - build_url: '{fedora-25/build_url}' + build_url: '{fedora-26/build_url}' test_suite: test_integration/test_simple_replication.py - template: *ci-ipa-4-5-f25 + template: *ci-ipa-4-5-f26 timeout: 3600 - fedora-25/caless: - requires: [fedora-25/build] + fedora-26/caless: + requires: [fedora-26/build] priority: 50 job: class: RunPytest args: - build_url: '{fedora-25/build_url}' + build_url: '{fedora-26/build_url}' test_suite: test_integration/test_caless.py::TestServerReplicaCALessToCAFull - template: *ci-ipa-4-5-f25 + template: *ci-ipa-4-5-f26
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org