[pitivi/sdk] x
- From: Alexandru Băluț <alexbalut src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi/sdk] x
- Date: Fri, 18 Dec 2020 01:20:47 +0000 (UTC)
commit b41d79b4744f1fe5b4d709919321093d7fb8a740
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Fri Dec 18 01:47:39 2020 +0100
x
.gitlab-ci.yml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8cb1c6240..aafeb1e48 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
---
stages:
- - tests_runner_image
+ - image
- tests
- deploy
@@ -11,12 +11,16 @@ variables:
GST_DEBUG_NO_COLOR: "true"
pitivi:master:
- stage: tests_runner_image
+ stage: image
tags:
- docker
- pitivi
- privileged
image: registry.gitlab.gnome.org/infrastructure/docker/buildah:latest
+ variables:
+ STORAGE_DRIVER: vfs
+ BUILDAH_FORMAT: docker
+ BUILDAH_ISOLATION: chroot
script:
# Debug
# https://docs.gitlab.com/ee/ci/variables/predefined_variables.html
@@ -31,7 +35,7 @@ pitivi:master:
# Create an image with the flatpak-builder cache populated.
# This allows rebuilding the sandbox quickly when running the tests.
- export DOCKERIMAGE="registry.gitlab.gnome.org/gnome/pitivi:master-sdk_3.38"
- - buildah bud --isolation=chroot --format=docker --build-arg CI_PROJECT_URL=${CI_PROJECT_URL}
--build-arg CI_COMMIT_REF_NAME=${CI_COMMIT_REF_NAME} --build-arg
FLATPAK_BUILDER_CACHE=${FLATPAK_BUILDER_CACHE} -f ./runner -t ${DOCKERIMAGE} ${DIR}
+ - buildah bud --build-arg CI_PROJECT_URL=${CI_PROJECT_URL} --build-arg
CI_COMMIT_REF_NAME=${CI_COMMIT_REF_NAME} --build-arg FLATPAK_BUILDER_CACHE=${FLATPAK_BUILDER_CACHE} -f
./runner -t ${DOCKERIMAGE} ${DIR}
- buildah push ${DOCKERIMAGE}
only:
- triggers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]