Skip to content

[CI] Update images to 20250428-080833-03eadc65 #17891

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ci/jenkins/docker-images.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

# This data file is read during when Jenkins runs job to determine docker images.
[jenkins]
ci_arm: tlcpack/ci-arm:20250226-223225-63bc315f
ci_cpu: tlcpack/ci_cpu:20250226-223225-63bc315f_patch
ci_gpu: tlcpack/ci-gpu:20250226-223225-63bc315f_patch
ci_hexagon: tlcpack/ci-hexagon:20250226-223225-63bc315f
ci_i386: tlcpack/ci-i386:20250226-223225-63bc315f
ci_lint: tlcpack/ci-lint:20250226-223225-63bc315f
ci_wasm: tlcpack/ci-wasm:20250226-223225-63bc315f
ci_arm: tlcpack/ci-arm:20250428-080833-03eadc65
ci_cpu: tlcpack/ci_cpu:20250428-080833-03eadc65
ci_gpu: tlcpack/ci-gpu:20250428-080833-03eadc65
ci_hexagon: tlcpack/ci-hexagon:20250428-080833-03eadc65
ci_i386: tlcpack/ci-i386:20250428-080833-03eadc65
ci_lint: tlcpack/ci-lint:20250428-080833-03eadc65
ci_wasm: tlcpack/ci-wasm:20250428-080833-03eadc65
4 changes: 2 additions & 2 deletions ci/jenkins/unity_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_gpu = 'tlcpack/ci-gpu:20250226-223225-63bc315f_patch'
ci_cpu = 'tlcpack/ci-cpu:20250226-223225-63bc315f_patch'
ci_gpu = 'tlcpack/ci-gpu:20250428-080833-03eadc65'
ci_cpu = 'tlcpack/ci-cpu:20250428-080833-03eadc65'
// <--- End of regex-scanned config.

// Parameters to allow overriding (in Jenkins UI), the images
Expand Down
Loading