URL: https://github.com/freeipa/freeipa/pull/3276
Author: netoarmando
 Title: #3276: Update Travis config to run on Fedora 28
Action: opened

PR body:
"""
Master branch was updated to run the latest release of Fedora (30).
This makes Fedora 28 to be used to test ipa-4-7 because it has Python 2 
included.

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/3276/head:pr3276
git checkout pr3276
From 94ca2d96406d0f142bd664d77a2aae20cc281fdd Mon Sep 17 00:00:00 2001
From: Armando Neto <[email protected]>
Date: Fri, 14 Jun 2019 13:30:55 -0300
Subject: [PATCH] Update Travis config to run on Fedora 28

Master branch was updated to run the latest release of Fedora (30).
This makes Fedora 28 to be used to test ipa-4-7 because it has
Python 2 included.

Signed-off-by: Armando Neto <[email protected]>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f81af742b9..2413450aa9 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-7_f28"
           PEP8_ERROR_LOG="pycodestyle_errors.log"
           CI_RESULTS_LOG="ci_results_${TRAVIS_BRANCH}.log"
           CI_BACKLOG_SIZE=5000
_______________________________________________
FreeIPA-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/[email protected]

Reply via email to