Skip to content

Commit b7f3177

Browse files
committed
update images to 20250425-035344-67297c45
1 parent c5675dd commit b7f3177

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ci/jenkins/docker-images.ini

+7-7
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:20250226-223225-63bc315f
21-
ci_cpu: tlcpack/ci_cpu:20250226-223225-63bc315f_patch
22-
ci_gpu: tlcpack/ci-gpu:20250226-223225-63bc315f_patch
23-
ci_hexagon: tlcpack/ci-hexagon:20250226-223225-63bc315f
24-
ci_i386: tlcpack/ci-i386:20250226-223225-63bc315f
25-
ci_lint: tlcpack/ci-lint:20250226-223225-63bc315f
26-
ci_wasm: tlcpack/ci-wasm:20250226-223225-63bc315f
20+
ci_arm: tlcpack/ci-arm:20250425-035344-67297c45
21+
ci_cpu: tlcpack/ci_cpu:20250425-035344-67297c45
22+
ci_gpu: tlcpack/ci-gpu:20250425-035344-67297c45
23+
ci_hexagon: tlcpack/ci-hexagon:20250425-035344-67297c45
24+
ci_i386: tlcpack/ci-i386:20250425-035344-67297c45
25+
ci_lint: tlcpack/ci-lint:20250425-035344-67297c45
26+
ci_wasm: tlcpack/ci-wasm:20250425-035344-67297c45

ci/jenkins/unity_jenkinsfile.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
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_gpu = 'tlcpack/ci-gpu:20250226-223225-63bc315f_patch'
34-
ci_cpu = 'tlcpack/ci-cpu:20250226-223225-63bc315f_patch'
33+
ci_gpu = 'tlcpack/ci-gpu:20250425-035344-67297c45'
34+
ci_cpu = 'tlcpack/ci-cpu:20250425-035344-67297c45'
3535
// <--- End of regex-scanned config.
3636

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

0 commit comments

Comments
 (0)