[gnome-photos/alatiera-master-patch-23698] CI foobar



commit adf075edd298fd15022bb1fe3192eac7bc2a612e
Author: Jordan Petridis <jpetridis gnome org>
Date:   Wed Feb 27 16:35:31 2019 +0000

    CI foobar

 .gitlab-ci.yml | 98 +++++++++++++++-------------------------------------------
 1 file changed, 25 insertions(+), 73 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 540fe740..f8cd7110 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,79 +1,31 @@
-stages:
-- test
-- review
-
-variables:
-    BUNDLE: "org.gnome.Photos.Devel.flatpak"
-    GIT_SUBMODULE_STRATEGY: recursive
+include: 'https://gitlab.gnome.org/GNOME/citemplates/raw/master/flatpak/flatpak_ci_initiative.yml'
 
 flatpak:
-    image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
-    stage: test
-    variables:
-        MANIFEST_PATH: "flatpak/org.gnome.Photos.json"
-        RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
-        # Replace with your application name, as written in the manifest
-        FLATPAK_MODULE: "gnome-photos"
-        # Make sure to keep this in sync with the Flatpak manifest, all arguments
-        # are passed except the config-args because we build it ourselves
-        CONFIGURE_ARGS: "-Ddogtail=false -Dinstalled_tests=true"
-        DBUS_ID: "org.gnome.Photos"
-
-    script:
-        - flatpak-builder --stop-at=${FLATPAK_MODULE} app ${MANIFEST_PATH}
-
-        # Make sure to keep this in sync with the Flatpak manifest, all arguments
-        # are passed except the config-args because we build it ourselves
-        - flatpak build app meson --prefix=/app ${CONFIGURE_ARGS} _build
-        - flatpak build app ninja -C _build install
-
-        - flatpak-builder --finish-only --repo=repo app ${MANIFEST_PATH}
-
-        # Run automatic tests inside the Flatpak env
-        - xvfb-run -a -s "-screen 0 1024x768x24" flatpak build app ninja -C _build test
-
-        # Generate a Flatpak bundle
-        - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${DBUS_ID}
-
-    artifacts:
-        paths:
-            - ${BUNDLE}
-            - _build/meson-logs/meson-log.txt
-            - _build/meson-logs/testlog.txt
-        expire_in: 2 days
-    cache:
-        paths:
-            - .flatpak-builder/downloads
-            - .flatpak-builder/git
+  image: 'registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master'
+  extends: .flatpak
+  variables:
+    MANIFEST_PATH: "flatpak/org.gnome.Photos.json"
+    RUNTIME_REPO: "https://sdk.gnome.org/gnome-nightly.flatpakrepo";
+    # Replace with your module name, as written in the manifest
+    FLATPAK_MODULE: "gnome-photos"
+    # Make sure to keep this in sync with the Flatpak manifest, all arguments
+    # are passed except the config-args because we build it ourselves
+    CONFIGURE_ARGS: "-Ddogtail=false -Dinstalled_tests=true"
+    APP_ID: "org.gnome.Photos"
+  after-script:
+    - mkdir -p "$CI_PROJECT_DIR/extract"
+    - touch extract/foo.bar
+  artifacts:
+      artifacts:
+    when: 'always'
+    paths:
+      - 'extract/'
+    expire_in: 2 days
 
 review:
-    stage: review
-    dependencies:
-        - flatpak
-    script:
-        - echo "Generating flatpak deployment"
-    artifacts:
-        paths:
-            - ${BUNDLE}
-        expire_in: 30 days
-    environment:
-        name: review/$CI_COMMIT_REF_NAME
-        url: https://gitlab.gnome.org/$CI_PROJECT_PATH/-/jobs/$CI_JOB_ID/artifacts/raw/${BUNDLE}
-        on_stop: stop_review
-    except:
-        - master@GNOME/gnome-photos
-        - tags
-        - gnome-3-.*
+  extends: '.review'
+  dependencies:
+    - 'flatpak'
 
 stop_review:
-    stage: review
-    script:
-        - echo "Stopping flatpak deployment"
-    when: manual
-    environment:
-        name: review/$CI_COMMIT_REF_NAME
-        action: stop
-    except:
-        - master@GNOME/gnome-photos
-        - tags
-        - gnome-3-.*
+  extends: '.stop_review'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]