Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

CI: Prime docker cache in "Docker cache build" job #18438

Merged
merged 1 commit into from
May 30, 2020

Conversation

leezu
Copy link
Contributor

@leezu leezu commented May 29, 2020

Cache priming was previously only handled when using the ./ci/build.py or
./ci/docker_cache.py script. The former is used during most CI jobs. The latter
is used for containers not declared in docker-compose.yml during the "Docker
cache build" job. As more and more containers are declared in
docker-compose.yml, we need to fix the cache priming issue.

@mxnet-bot
Copy link

Hey @leezu , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [clang, windows-cpu, centos-cpu, edge, unix-cpu, miscellaneous, sanity, website, centos-gpu, unix-gpu, windows-gpu]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

Cache priming was previously only handled when using the ./ci/build.py or
./ci/docker_cache.py script. The former is used during most CI jobs. The latter
is used for containers not declared in docker-compose.yml during the "Docker
cache build" job. As more and more containers are declared in
docker-compose.yml, we need to fix the cache priming issue.
@leezu leezu force-pushed the primedockercache branch from 2bb4335 to d0d0deb Compare May 29, 2020 18:36
@leezu
Copy link
Contributor Author

leezu commented May 29, 2020

@mxnet-bot run ci [unix-cpu]

@mxnet-bot
Copy link

Jenkins CI successfully triggered : [unix-cpu]

@leezu leezu merged commit 2afd66a into apache:master May 30, 2020
@leezu leezu deleted the primedockercache branch May 30, 2020 03:05
yijunc pushed a commit to yijunc/incubator-mxnet that referenced this pull request Jun 9, 2020
Cache priming was previously only handled when using the ./ci/build.py or
./ci/docker_cache.py script. The former is used during most CI jobs. The latter
is used for containers not declared in docker-compose.yml during the "Docker
cache build" job. More and more containers are declared in
docker-compose.yml now, but prior to this commit their cache wasn't primed in the
"Docker cache build" job.
AntiZpvoh pushed a commit to AntiZpvoh/incubator-mxnet that referenced this pull request Jul 6, 2020
Cache priming was previously only handled when using the ./ci/build.py or
./ci/docker_cache.py script. The former is used during most CI jobs. The latter
is used for containers not declared in docker-compose.yml during the "Docker
cache build" job. More and more containers are declared in
docker-compose.yml now, but prior to this commit their cache wasn't primed in the
"Docker cache build" job.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants