[Xen-devel] [XEN PATCH 0/2] Start using GitLab caching capability

Anthony PERARD posted 2 patches 4 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20191219144217.305851-1-anthony.perard@citrix.com
automation/gitlab-ci/build.yaml     |  8 +++++
automation/scripts/prepare-cache.sh | 52 +++++++++++++++++++++++++++++
tools/Rules.mk                      |  3 +-
3 files changed, 62 insertions(+), 1 deletion(-)
create mode 100755 automation/scripts/prepare-cache.sh
[Xen-devel] [XEN PATCH 0/2] Start using GitLab caching capability
Posted by Anthony PERARD 4 years, 4 months ago
Patch series available in this git branch:
https://xenbits.xen.org/git-http/people/aperard/xen-unstable.git br.ci-caching-v1

This is only a small improvement to the GitLab CI. It only caches git clone
that Xen's makefile creates and not submodules needed by those clones.

It doesn't cache the different tarballs that the makefiles downloads, that
could be another improvement.

Cheers,

Anthony PERARD (2):
  tools: Allow to make *-dir-force-update without ./configure
  automation: Cache sub-project git tree in build jobs

 automation/gitlab-ci/build.yaml     |  8 +++++
 automation/scripts/prepare-cache.sh | 52 +++++++++++++++++++++++++++++
 tools/Rules.mk                      |  3 +-
 3 files changed, 62 insertions(+), 1 deletion(-)
 create mode 100755 automation/scripts/prepare-cache.sh

-- 
Anthony PERARD


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel