[Mesa-dev] [PATCH 3/3] panfrost/ci: Don't print every kernel file

Tomeu Vizoso tomeu.vizoso at collabora.com
Thu Jun 27 07:10:35 UTC 2019


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>
---
 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 8a8b4ec9a47c..beff1027fd92 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 158fb5675430..6ca2bff5b502 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'
-- 
2.20.1



More information about the mesa-dev mailing list