Skip to content
Snippets Groups Projects
Select Git revision
  • f04aefcb1bbaa00b0bcd257c90bf605915829f33
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
22 results

build-containers.yml

Blame
    • Rafael Guterres Jeffman's avatar
      be1ec1c6
      build_containers: build CI container images on Sundays. · be1ec1c6
      Rafael Guterres Jeffman authored
      Currently, we rebuild the container images everyday, at midnight,
      which ensures that we have all the latest changes from every distro
      supported in CI.
      
      This approach works fine for the upstream CI, but if we want to use
      the CI images to test modules in a local container, for example, as
      proposed by PR #556, updating the images daily means that there will
      be much more images download that would not be needed, as the public
      cloud images of supported distros don't change so often.
      
      This patch proposes to change the build rate from daily to weekly,
      reducing the need to download images by users, while still using a
      good update window.
      
      It should be noted that, if required, the images can be rebuilt
      manually, so any urgent fix is added to the CI images.
      be1ec1c6
      History
      build_containers: build CI container images on Sundays.
      Rafael Guterres Jeffman authored
      Currently, we rebuild the container images everyday, at midnight,
      which ensures that we have all the latest changes from every distro
      supported in CI.
      
      This approach works fine for the upstream CI, but if we want to use
      the CI images to test modules in a local container, for example, as
      proposed by PR #556, updating the images daily means that there will
      be much more images download that would not be needed, as the public
      cloud images of supported distros don't change so often.
      
      This patch proposes to change the build rate from daily to weekly,
      reducing the need to download images by users, while still using a
      good update window.
      
      It should be noted that, if required, the images can be rebuilt
      manually, so any urgent fix is added to the CI images.
    cloud.md 477 B