URL: https://github.com/freeipa/freeipa/pull/329
Author: frasertweedale
 Title: #329: experiment: did pull/177 break ci?
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/329/head:pr329
git checkout pr329
From dcd48155a899a14cdf1de843fa729064ba06b4b7 Mon Sep 17 00:00:00 2001
From: Fraser Tweedale <ftwee...@redhat.com>
Date: Tue, 13 Dec 2016 20:24:30 +1000
Subject: [PATCH 1/3] ci: run tests with a single job instead of two

---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e870213..2a409f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ env:
     global:
         - TEST_RUNNER_IMAGE="martbab/freeipa-fedora-test-runner:master-latest"
     matrix:
-        - TESTS_TO_RUN="test_xmlrpc/test_[a-k]*.py"
         - >
             TESTS_TO_RUN="test_cmdline
             test_install
@@ -13,7 +12,7 @@ env:
             test_ipapython
             test_ipaserver
             test_pkcs10
-            test_xmlrpc/test_[l-z]*.py"
+            test_xmlrpc/test_[a-z]*.py"
 before_install:
     - pip install pep8
     - >

From 4f29cd26fccb508538598da9dac96b12a3317aee Mon Sep 17 00:00:00 2001
From: Fraser Tweedale <ftwee...@redhat.com>
Date: Tue, 13 Dec 2016 22:11:07 +1000
Subject: [PATCH 2/3] ci: make travis wait 120 mins (experimental)

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2a409f2..b574e86 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ script:
     # output do not cause premature termination of the build
     - "docker pull ${TEST_RUNNER_IMAGE}"
     - >
-        travis_wait 50
+        travis_wait 120
         ipa-docker-test-runner -l ci_results_${TRAVIS_BRANCH}.log
         -c .test_runner_config.yaml
         --container-image ${TEST_RUNNER_IMAGE}

From eeac7bb902edd6aea9cb6502b9779ff82e30d4c5 Mon Sep 17 00:00:00 2001
From: Fraser Tweedale <ftwee...@redhat.com>
Date: Tue, 13 Dec 2016 22:46:17 +1000
Subject: [PATCH 3/3] gimme more log

---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b574e86..2e83511 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,7 @@ script:
         run-tests $test_set
 after_failure:
   - echo "Test runner output:"
-  - tail -n 5000 ci_results_${TRAVIS_BRANCH}.log
+  - cat ci_results_${TRAVIS_BRANCH}.log
+  - cat /var/log/httpd/error_log
   - echo "PEP-8 errors:"
   - cat pep8_errors.log
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to