Uploaded image for project: 'Kiali QE - archived, use OSSM project'
  1. Kiali QE - archived, use OSSM project
  2. SWSQE-763

Make sure that kiali docker build is not using cache

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: QE Task QE Task
    • Resolution: Done
    • Icon: Major Major
    • Kiali Sprint #23

      make docker-build-kiali is using docker build -t ${DOCKER_TAG} _output/docker which is using caching. We are building kiali on build-kiali docker slave which is privileged container so it's using docker daemon on the host. Turns out it's very unreliable and cached layers can be used instead of actual build of kiali.

      We need to make sure that it's not using caching. Maybe use dedicated VMs so it's properly isolated when running more build jobs concurrently and always use docker build --no-cache

              fbrychta@redhat.com Filip Brychta
              fbrychta@redhat.com Filip Brychta
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: