Skip to content

Multiple multi-stage Dockerfile hash based build cache, skip already passed e2e tests

Matteo Melli requested to merge 630-confidential-issue into main

See #630

  • Generate hashes of each StackGres component
  • Build based on multiple multi-stage dependent Dockerfiles that enable cache builds into images using hashes as tags (a build will never be repeated)
  • Exclude E2E tests that already passed with the same hash of images and pipeline variables.
  • Enable kind cache methods with lock and share pool of cache folders, btrfs + cp --reflink and xfs mounts based on zfs volumes.
Edited by Matteo Melli

Merge request reports