File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
18
18
# This data file is read during when Jenkins runs job to determine docker images.
19
19
[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
Original file line number Diff line number Diff line change 30
30
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
31
31
32
32
// 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 '
35
35
// <--- End of regex-scanned config.
36
36
37
37
// Parameters to allow overriding (in Jenkins UI), the images
You can’t perform that action at this time.
0 commit comments