Mesa (master): panfrost/ci: Don't print every kernel file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 28 09:19:04 UTC 2019


Module: Mesa
Branch: master
Commit: 6a26d6f4d9c5df0d98857fdf13310babd941a963
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a26d6f4d9c5df0d98857fdf13310babd941a963

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Jun 26 13:36:30 2019 +0200

panfrost/ci: Don't print every kernel file

As there's lots of them and Gitlab struggles rendering logs with so many
lines.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

 src/gallium/drivers/panfrost/ci/debian-install.sh | 2 +-
 src/gallium/drivers/panfrost/ci/gitlab-ci.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/panfrost/ci/debian-install.sh b/src/gallium/drivers/panfrost/ci/debian-install.sh
index 8a8b4ec9a47..beff1027fd9 100644
--- a/src/gallium/drivers/panfrost/ci/debian-install.sh
+++ b/src/gallium/drivers/panfrost/ci/debian-install.sh
@@ -108,7 +108,7 @@ export ARCH=${KERNEL_ARCH}
 export CROSS_COMPILE="${GCC_ARCH}-"
 
 mkdir -p /kernel
-wget -qO- ${KERNEL_URL} | tar -xvz -C /kernel
+wget -qO- ${KERNEL_URL} | tar -xz -C /kernel
 cd /kernel
 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ${PANFROST_CI_DIR}/${KERNEL_ARCH}.config
 make -j12 ${KERNEL_IMAGE_NAME} dtbs
diff --git a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
index 158fb567543..6ca2bff5b50 100644
--- a/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/panfrost/ci/gitlab-ci.yml
@@ -16,7 +16,7 @@
 variables:
   UPSTREAM_REPO: mesa/mesa
   DEBIAN_VERSION: testing-slim
-  IMAGE_TAG: "2019-06-26-1"
+  IMAGE_TAG: "2019-06-26-3"
 
 include:
   - project: 'wayland/ci-templates'




More information about the mesa-commit mailing list