URL: https://github.com/freeipa/freeipa/pull/1881
Author: stlaz
 Title: #1881: Travis: test IPA 4.6 on F27
Action: opened

PR body:
"""
Newer versions of Fedora could cause errors in Travis tests, make
F27 be the testing platform for FreeIPA 4.6
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1881/head:pr1881
git checkout pr1881
From 57176a3271c28c8395b78ad645468ad3dfea8e61 Mon Sep 17 00:00:00 2001
From: Stanislav Laznicka <slazn...@redhat.com>
Date: Mon, 30 Apr 2018 10:08:01 +0200
Subject: [PATCH] Travis: test IPA 4.6 on F27

Newer versions of Fedora could cause errors in Travis tests, make
F27 be the testing platform for FreeIPA 4.6
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 579e843bcb..e63cc52fe1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ python:
 cache: pip
 env:
     global:
-        - TEST_RUNNER_IMAGE="freeipa/freeipa-test-runner:master-latest"
+        - TEST_RUNNER_IMAGE="freeipa/freeipa-test-runner:ipa-4-6_f27"
           PEP8_ERROR_LOG="pycodestyle_errors.log"
           CI_RESULTS_LOG="ci_results_${TRAVIS_BRANCH}.log"
           CI_BACKLOG_SIZE=5000
_______________________________________________
FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org
To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org

Reply via email to