Skip to content

Commit

Permalink
[CI] Upgrade Unity ci images
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Jan 9, 2024
1 parent 1e95b63 commit ef41eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/jenkins/unity_jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
import org.jenkinsci.plugins.pipeline.modeldefinition.Utils

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_lint = 'tlcpackstaging/ci_lint:20230504-142417-4d37a0a0'
ci_gpu = 'tlcpackstaging/ci_gpu:20230504-142417-4d37a0a0'
ci_cpu = 'tlcpackstaging/ci_cpu:20230513-200357-e54bbc73'
ci_lint = 'tlcpack/ci-lint:20240105-165030-51bdaec6'
ci_gpu = 'tlcpack/ci-gpu:20240105-165030-51bdaec6'
ci_cpu = 'tlcpack/ci-cpu:20240105-165030-51bdaec6'
ci_wasm = 'tlcpack/ci-wasm:v0.72'
ci_i386 = 'tlcpack/ci-i386:v0.75'
ci_qemu = 'tlcpack/ci-qemu:v0.11'
ci_arm = 'tlcpack/ci-arm:v0.08'
ci_hexagon = 'tlcpackstaging/ci_hexagon:20230504-142417-4d37a0a0'
ci_hexagon = 'tlcpack/ci-hexagon:20240105-165030-51bdaec6'
// <--- End of regex-scanned config.

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

0 comments on commit ef41eb8

Please sign in to comment.