Skip to content

Commit 5d91cdc

Browse files
committed
Update images to 20250214-034537-bd1411f8
1 parent ce22736 commit 5d91cdc

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

ci/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ https://github.com/apache/tvm/actions has the logs for each of these workflows.
6666

6767
Each CI job runs most of its work inside a Docker container, built from files
6868
in the [`docker/`](../docker) folder. These
69-
files are built nightly in Jenkins via the [docker-images-ci](https://ci.tlcpack.ai/job/docker-images-ci/) job.
69+
files are built nightly in Jenkins via the [tvm-docker](https://ci.tlcpack.ai/job/tvm-docker/) job.
7070
The images for these containers are hosted in the [tlcpack Docker Hub](https://hub.docker.com/u/tlcpack)
7171
and referenced in the [`jenkins/templates`](/ci/jenkins/templates/). These can be inspected and run
7272
locally via standard Docker commands.

ci/jenkins/docker-images.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
# This data file is read during when Jenkins runs job to determine docker images.
1919
[jenkins]
20-
ci_arm: tlcpack/ci-arm:20241119-020227-6fc0598c
21-
ci_cpu: tlcpack/ci_cpu:20241119-020227-6fc0598c
22-
ci_gpu: tlcpack/ci-gpu:20241119-020227-6fc0598c
23-
ci_hexagon: tlcpack/ci-hexagon:20241119-020227-6fc0598c
24-
ci_i386: tlcpack/ci-i386:20241119-020227-6fc0598c
25-
ci_lint: tlcpack/ci-lint:20241119-020227-6fc0598c
26-
ci_wasm: tlcpack/ci-wasm:20241119-020227-6fc0598c
20+
ci_arm: tlcpack/ci-arm:20250213-181639-56730500
21+
ci_cpu: tlcpack/ci_cpu:20250213-181639-56730500
22+
ci_gpu: tlcpack/ci-gpu:20250213-181639-56730500
23+
ci_hexagon: tlcpack/ci-hexagon:20250213-181639-56730500
24+
ci_i386: tlcpack/ci-i386:20250213-181639-56730500
25+
ci_lint: tlcpack/ci-lint:20250213-181639-56730500
26+
ci_wasm: tlcpack/ci-wasm:20250213-181639-56730500

ci/jenkins/unity_jenkinsfile.groovy

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
3131

3232
// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
33-
ci_lint = 'tlcpack/ci_lint:20241119-020227-6fc0598c'
34-
ci_gpu = 'tlcpack/ci_gpu:20241119-020227-6fc0598c'
35-
ci_cpu = 'tlcpack/ci_cpu:20241119-020227-6fc0598c'
33+
ci_lint = 'tlcpack/ci_lint:20250213-181639-56730500'
34+
ci_gpu = 'tlcpack/ci_gpu:20250213-181639-56730500'
35+
ci_cpu = 'tlcpack/ci_cpu:20250213-181639-56730500'
3636
ci_wasm = 'tlcpack/ci-wasm:v0.72'
3737
ci_i386 = 'tlcpack/ci-i386:v0.75'
3838
ci_qemu = 'tlcpack/ci-qemu:v0.11'
3939
ci_arm = 'tlcpack/ci-arm:v0.08'
40-
ci_hexagon = 'tlcpack/ci_hexagon:20241119-020227-6fc0598c'
40+
ci_hexagon = 'tlcpack/ci_hexagon:20250213-181639-56730500'
4141
// <--- End of regex-scanned config.
4242

4343
// Parameters to allow overriding (in Jenkins UI), the images

docs/contribute/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To update a tag, a new image needs to be built and uploaded to Docker Hub, then
178178
the image tags in `docker-images.ini <https://github.com/apache/tvm/tree/main/ci/jenkins/docker-images.ini>`_
179179
need to be updated to match the image tags on Docker Hub.
180180

181-
Docker images are built automatically nightly via the `docker-images-ci <https://ci.tlcpack.ai/job/docker-images-ci/>`_,
181+
Docker images are built automatically nightly via the `tvm-docker <https://ci.tlcpack.ai/job/tvm-docker/>`_,
182182
which uploads the built images to https://hub.docker.com/u/tlcpackstaging once
183183
they have passed CI. Post-merge CI runs on ``main`` build Docker images ad-hoc
184184
and upload them to the ``tlcpackstaging`` Docker Hub account as well. There is an

0 commit comments

Comments
 (0)