Skip to content

Commit 4e05eb4

Browse files
authored
[CI] Upgrade Unity ci images (#16369)
1 parent 4a37cfe commit 4e05eb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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 = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
34-
ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
35-
ci_cpu = 'tlcpackstaging/ci_cpu:20230513-200357-e54bbc73'
33+
ci_lint = 'tlcpack/ci-lint:20240105-165030-51bdaec6'
34+
ci_gpu = 'tlcpack/ci-gpu:20240105-165030-51bdaec6'
35+
ci_cpu = 'tlcpack/ci-cpu:20240105-165030-51bdaec6'
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 = 'tlcpackstaging/ci_hexagon:20230504-142417-4d37a0a0'
40+
ci_hexagon = 'tlcpack/ci-hexagon:20240105-165030-51bdaec6'
4141
// <--- End of regex-scanned config.
4242

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

0 commit comments

Comments
 (0)