All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guilherme Campos Camargo <guicc@profusion.mobi>
To: fuego@lists.linuxfoundation.org
Subject: [Fuego] [PATCH 04/16] Print fuego repo/branch information during test build
Date: Wed, 28 Mar 2018 21:08:20 -0300	[thread overview]
Message-ID: <20180329000832.12268-5-guicc@profusion.mobi> (raw)
In-Reply-To: <20180329000832.12268-1-guicc@profusion.mobi>

Also remove --quiet from git clone

Signed-off-by: Guilherme Campos Camargo <guicc@profusion.mobi>
---
 engine/tests/Functional.fuegotest/fuego_test.sh | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/engine/tests/Functional.fuegotest/fuego_test.sh b/engine/tests/Functional.fuegotest/fuego_test.sh
index 192c15b..b4755bc 100755
--- a/engine/tests/Functional.fuegotest/fuego_test.sh
+++ b/engine/tests/Functional.fuegotest/fuego_test.sh
@@ -8,11 +8,16 @@ function test_build {
     if [ -d ${fuego_release_dir} ]; then
         rm -r ${fuego_release_dir}
     fi
-    git clone --quiet --depth 1 --single-branch \
+    echo "Cloning fuego from \
+        ${FUNCTIONAL_FUEGOTEST_FUEGOREPO}:${FUNCTIONAL_FUEGOTEST_FUEGOBRANCH}"
+    git clone --depth 1 --single-branch \
         --branch "${FUNCTIONAL_FUEGOTEST_FUEGOBRANCH}" \
         "${FUNCTIONAL_FUEGOTEST_FUEGOREPO}" \
         "${fuego_release_dir}/fuego"
-    git clone --quiet --depth 1 --single-branch \
+
+    echo "Cloning fuego-core from \
+        ${FUNCTIONAL_FUEGOTEST_FUEGOCOREREPO}:${FUNCTIONAL_FUEGOTEST_FUEGOCOREBRANCH}"
+    git clone --depth 1 --single-branch \
         --branch "${FUNCTIONAL_FUEGOTEST_FUEGOCOREBRANCH}" \
         "${FUNCTIONAL_FUEGOTEST_FUEGOCOREREPO}" \
         "${fuego_release_dir}/fuego-core"
-- 
2.16.2


  parent reply	other threads:[~2018-03-29  0:08 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29  0:08 [Fuego] [PATCH 00/16] Fuego Release Test Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 01/16] Add fuego-release Functional test Guilherme Campos Camargo
2018-03-30 22:17   ` Tim.Bird
2018-03-30 22:37     ` Tim.Bird
2018-04-03  3:18       ` Guilherme Camargo
2018-04-03 20:03         ` Tim.Bird
2018-04-03  3:17     ` Guilherme Camargo
2018-04-03 20:22       ` Tim.Bird
2018-04-03 22:09         ` Guilherme Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 02/16] Mount fuego-rw/ro/core into the fuego-under-test container Guilherme Campos Camargo
2018-03-30 22:31   ` Tim.Bird
2018-04-03  3:18     ` Guilherme Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 03/16] Increase wait_for_jenkins timeout from 10 to 60s Guilherme Campos Camargo
2018-03-29  0:08 ` Guilherme Campos Camargo [this message]
2018-03-29  0:08 ` [Fuego] [PATCH 05/16] Properly check install return code and abort in case of failure Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 06/16] Allow the user to keep the container running after the test Guilherme Campos Camargo
2018-03-30 22:48   ` Tim.Bird
2018-04-03  3:20     ` Guilherme Camargo
2018-04-03 20:08       ` Tim.Bird
2018-03-29  0:08 ` [Fuego] [PATCH 07/16] Add Back() Selenium Command Guilherme Campos Camargo
2018-03-30 22:52   ` Tim.Bird
2018-04-03  3:21     ` Guilherme Camargo
2018-04-03 20:09       ` Tim.Bird
2018-03-29  0:08 ` [Fuego] [PATCH 08/16] Add ClickLink selenium command Guilherme Campos Camargo
2018-03-30 22:53   ` Tim.Bird
2018-04-03  3:21     ` Guilherme Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 09/16] Include add-jobs, add-views and build-jobs tests Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 10/16] Write ok/fail on test report Guilherme Campos Camargo
2018-03-30 22:58   ` Tim.Bird
2018-04-03  3:21     ` Guilherme Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 11/16] Properly quit Selenium driver when SeleniumSession is deleted Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 12/16] Minor style/PEP8 fixes Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 13/16] Move Selenium implicitly_wait() to SeleniumSession start Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 14/16] Use a fixed language for Selenium Chrome-WebDriver Guilherme Campos Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 15/16] Improve Click and Check methods to allow multiple locators Guilherme Campos Camargo
2018-03-30 23:03   ` Tim.Bird
2018-04-03  3:22     ` Guilherme Camargo
2018-03-29  0:08 ` [Fuego] [PATCH 16/16] Add test that starts a job through the UI Guilherme Campos Camargo
2018-03-30 21:34 ` [Fuego] [PATCH 00/16] Fuego Release Test Tim.Bird
2018-04-03  3:16   ` Guilherme Camargo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180329000832.12268-5-guicc@profusion.mobi \
    --to=guicc@profusion.mobi \
    --cc=fuego@lists.linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.