From: Anthony PERARD <anthony.perard@citrix.com>
To: <xen-devel@lists.xenproject.org>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
Anthony PERARD <anthony.perard@citrix.com>,
Doug Goldstein <cardoe@cardoe.com>,
"Stefano Stabellini" <sstabellini@kernel.org>
Subject: [RFC XEN PATCH 7/7] automation: Add some more push containers jobs
Date: Thu, 2 Mar 2023 17:53:32 +0000 [thread overview]
Message-ID: <20230302175332.56052-8-anthony.perard@citrix.com> (raw)
In-Reply-To: <20230302175332.56052-1-anthony.perard@citrix.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
Notes:
WARNING: This is an incomplete list of jobs needed to push.
automation/gitlab-ci/push-containers.yaml | 49 +++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/automation/gitlab-ci/push-containers.yaml b/automation/gitlab-ci/push-containers.yaml
index d7e7e2b9e2..3785e29250 100644
--- a/automation/gitlab-ci/push-containers.yaml
+++ b/automation/gitlab-ci/push-containers.yaml
@@ -18,6 +18,33 @@
after_script:
- docker logout
+push-archlinux-current-container:
+ variables:
+ BUILD_CONTAINER: archlinux/current
+ extends:
+ - .push-container-build-tmpl
+ needs:
+ - test-archlinux-gcc
+ - test-archlinux-gcc-debug
+
+push-debian-stretch-32-container:
+ variables:
+ BUILD_CONTAINER: debian/stretch-i386
+ extends:
+ - .push-container-build-tmpl
+ needs:
+ - test-debian-stretch-32-clang-debug
+ - test-debian-stretch-32-gcc-debug
+
+push-debian-unstable-32-container:
+ variables:
+ BUILD_CONTAINER: debian/unstable-i386
+ extends:
+ - .push-container-build-tmpl
+ needs:
+ - test-debian-unstable-32-clang-debug
+ - test-debian-unstable-32-gcc-debug
+
push-ubuntu-xenial-container:
variables:
BUILD_CONTAINER: ubuntu/xenial
@@ -28,3 +55,25 @@ push-ubuntu-xenial-container:
- test-ubuntu-xenial-clang-debug
- test-ubuntu-xenial-gcc
- test-ubuntu-xenial-gcc-debug
+
+push-ubuntu-bionic-container:
+ variables:
+ BUILD_CONTAINER: ubuntu/bionic
+ extends:
+ - .push-container-build-tmpl
+ needs:
+ - test-ubuntu-bionic-clang
+ - test-ubuntu-bionic-clang-debug
+ - test-ubuntu-bionic-gcc
+ - test-ubuntu-bionic-gcc-debug
+
+push-ubuntu-focal-container:
+ variables:
+ BUILD_CONTAINER: ubuntu/focal
+ extends:
+ - .push-container-build-tmpl
+ needs:
+ - test-ubuntu-focal-gcc
+ - test-ubuntu-focal-gcc-debug
+ - test-ubuntu-focal-clang
+ - test-ubuntu-focal-clang-debug
--
Anthony PERARD
next prev parent reply other threads:[~2023-03-02 17:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-02 17:53 [RFC XEN PATCH 0/7] automation, RFC prototype, Have GitLab CI built its own containers Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 1/7] automation: Automatically rebuild debian:unstable container Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 2/7] automation: Introduce test-containers stage Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 3/7] automation: Add a template per container for build jobs Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 4/7] automation: Adding containers build jobs and test of thoses Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 5/7] automation: Introduce DO_REBUILD_CONTAINER, to allow to rebuild a container Anthony PERARD
2023-03-02 17:53 ` [RFC XEN PATCH 6/7] automation: Push container been tested Anthony PERARD
2023-03-02 17:53 ` Anthony PERARD [this message]
2023-03-03 2:48 ` [RFC XEN PATCH 0/7] automation, RFC prototype, Have GitLab CI built its own containers Stefano Stabellini
2023-03-03 17:24 ` Anthony PERARD
2023-03-03 20:27 ` Stefano Stabellini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230302175332.56052-8-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=cardoe@cardoe.com \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.