[gnome-build-meta/abderrahim/child-pipelines] WIP




commit 6b2fbae493c2737469e275a40f1fd1ac66339170
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Thu Aug 6 12:39:34 2020 +0100

    WIP

 .gitlab-ci.yml | 174 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 87 insertions(+), 87 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5de7f80..a8813bfb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -129,36 +129,36 @@ track:
     - track-job.id
 
 
-build-gnome-core-x86_64:
-  extends:
-  - .build-template
-  - .x86_64
+# build-gnome-core-x86_64:
+#   extends:
+#   - .build-template
+#   - .x86_64
 
-build-gnome-core-i386:
-  extends:
-  - .build-template
-  - .i686
+# build-gnome-core-i386:
+#   extends:
+#   - .build-template
+#   - .i686
 
-build-gnome-core-aarch64:
-  extends:
-  - .build-template
-  - .aarch64
+# build-gnome-core-aarch64:
+#   extends:
+#   - .build-template
+#   - .aarch64
 
-build-gnome-core-arm:
-  extends:
-  - .build-template
-  - .arm
+# build-gnome-core-arm:
+#   extends:
+#   - .build-template
+#   - .arm
 
-build-gnome-core-ppc64le:
-  extends:
-  - .build-template
-  - .ppc64le
+# build-gnome-core-ppc64le:
+#   extends:
+#   - .build-template
+#   - .ppc64le
 
 
 generate-deploy-config:
   extends:
   - .x86_64
-  - deploy-rules
+#  - deploy-rules
   dependencies: [track]
   stage: deploy-config
   script:
@@ -252,72 +252,72 @@ deploy-ostree:
     - artifact: ostree-deploy.yml
       job: generate-deploy-config
 
-vm-image-x86_64:
-  extends:
-  - .vm-image-template
-  - .x86_64
-  # run as soon as the x86_64 build job is done, don't wait for other arches
-  needs:
-  - track
-  - job: build-gnome-core-x86_64
-    artifacts: false
-
-pinebook-pro-image:
-  extends: .aarch64
-  stage: image
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/pinebook-pro/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/pinebook-pro/image.bst pinebook-pro-image
-  when: manual
-  allow_failure: true
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - pinebook-pro-image
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
-
-rock64-image:
-  extends: .aarch64
-  stage: image
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/rock64/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/rock64/image.bst rock64
-  when: manual
-  allow_failure: true
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - rock64
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
-
-raspberrypi-4-image:
-  extends: .aarch64
-  stage: image
-  script:
-    - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/raspberrypi-4/image.bst
-    - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/raspberrypi-4/image.bst 
raspberrypi-4-image
-  when: manual
-  allow_failure: true
-  artifacts:
-    when: always
-    paths:
-    - logs
-    - raspberrypi-4-image
-    expire_in: '2 days'
-  needs:
-  - track
-  - job: build-gnome-core-aarch64
-    artifacts: false
+# vm-image-x86_64:
+#   extends:
+#   - .vm-image-template
+#   - .x86_64
+#   # run as soon as the x86_64 build job is done, don't wait for other arches
+#   needs:
+#   - track
+#   - job: build-gnome-core-x86_64
+#     artifacts: false
+
+# pinebook-pro-image:
+#   extends: .aarch64
+#   stage: image
+#   script:
+#     - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/pinebook-pro/image.bst
+#     - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/pinebook-pro/image.bst 
pinebook-pro-image
+#   when: manual
+#   allow_failure: true
+#   artifacts:
+#     when: always
+#     paths:
+#     - logs
+#     - pinebook-pro-image
+#     expire_in: '2 days'
+#   needs:
+#   - track
+#   - job: build-gnome-core-aarch64
+#     artifacts: false
+
+# rock64-image:
+#   extends: .aarch64
+#   stage: image
+#   script:
+#     - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/rock64/image.bst
+#     - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/rock64/image.bst rock64
+#   when: manual
+#   allow_failure: true
+#   artifacts:
+#     when: always
+#     paths:
+#     - logs
+#     - rock64
+#     expire_in: '2 days'
+#   needs:
+#   - track
+#   - job: build-gnome-core-aarch64
+#     artifacts: false
+
+# raspberrypi-4-image:
+#   extends: .aarch64
+#   stage: image
+#   script:
+#     - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/raspberrypi-4/image.bst
+#     - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/raspberrypi-4/image.bst 
raspberrypi-4-image
+#   when: manual
+#   allow_failure: true
+#   artifacts:
+#     when: always
+#     paths:
+#     - logs
+#     - raspberrypi-4-image
+#     expire_in: '2 days'
+#   needs:
+#   - track
+#   - job: build-gnome-core-aarch64
+#     artifacts: false
 
 
 cve_report:


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