[XEN PATCH 0/4] automation: Update containers to allow HTTPS access to xenbits

Anthony PERARD posted 4 patches 1 year, 2 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20230215120208.35807-1-anthony.perard@citrix.com
There is a newer version of this series
automation/build/centos/7.2.dockerfile         |  5 +++++
automation/build/centos/7.dockerfile           |  5 +++++
automation/build/debian/jessie-i386.dockerfile |  7 +++++++
automation/build/debian/jessie.dockerfile      |  7 +++++++
automation/build/debian/unstable-llvm-8.list   |  3 ---
automation/build/debian/unstable.dockerfile    | 12 ------------
automation/build/ubuntu/trusty.dockerfile      |  5 +++++
automation/gitlab-ci/build.yaml                | 10 ----------
automation/scripts/containerize                |  3 +++
9 files changed, 32 insertions(+), 25 deletions(-)
delete mode 100644 automation/build/debian/unstable-llvm-8.list
[XEN PATCH 0/4] automation: Update containers to allow HTTPS access to xenbits
Posted by Anthony PERARD 1 year, 2 months ago
Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.gitlab-containers-update-v1

There is work in progress [1] to update urls in our repo to use https, but
those https urls to xenbits don't work in our containers, due to an expired
root certificate. So we need to update those containers.

This series update the dockerfile where just rebuilding the container isn't enough.

I've tested the new containers but didn't updated them yet. You can see the
result in the following links (if you can access them). There are other
containers been test which didn't need dockerfile update.
    https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/777474218
    https://gitlab.com/xen-project/people/anthonyper/xen/-/pipelines/778218868

Building randconfig on debian unstable seems to be an issue.

[1] https://lore.kernel.org/xen-devel/75d91def8234bceb41548147ee8af5fea52bd1d6.1675889602.git.demi@invisiblethingslab.com/

Cheers,

Anthony PERARD (4):
  automation: Remove clang-8 from Debian unstable container
  automation: Ignore package authentification issue in Jessie container
  automation: Remove expired root certificates used to be used by let's
    encrypt
  automation: Add more aliases in containerize

 automation/build/centos/7.2.dockerfile         |  5 +++++
 automation/build/centos/7.dockerfile           |  5 +++++
 automation/build/debian/jessie-i386.dockerfile |  7 +++++++
 automation/build/debian/jessie.dockerfile      |  7 +++++++
 automation/build/debian/unstable-llvm-8.list   |  3 ---
 automation/build/debian/unstable.dockerfile    | 12 ------------
 automation/build/ubuntu/trusty.dockerfile      |  5 +++++
 automation/gitlab-ci/build.yaml                | 10 ----------
 automation/scripts/containerize                |  3 +++
 9 files changed, 32 insertions(+), 25 deletions(-)
 delete mode 100644 automation/build/debian/unstable-llvm-8.list

-- 
Anthony PERARD