Skip to content

Commit

Permalink
Add ci_riscv image, update all to 20220810-060142-fae79bbc3. (#12369)
Browse files Browse the repository at this point in the history
  • Loading branch information
areusch authored Aug 15, 2022
1 parent 849b2f9 commit 25c4a73
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
19 changes: 10 additions & 9 deletions Jenkinsfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions ci/jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
{% import 'ci/jenkins/macros.j2' as m with context -%}

// NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
ci_lint = 'tlcpack/ci-lint:20220715-060127-37f9d3c49'
ci_gpu = 'tlcpack/ci-gpu:20220801-060139-d332eb374'
ci_cpu = 'tlcpack/ci-cpu:20220715-060127-37f9d3c49'
ci_lint = 'tlcpack/ci-lint:20220810-060142-fae79bbc3'
ci_gpu = 'tlcpack/ci-gpu:20220810-060142-fae79bbc3'
ci_cpu = 'tlcpack/ci-cpu:20220810-060142-fae79bbc3'
ci_minimal = 'tlcpack/ci-minimal:20220725-133226-d3cefdaf1'
ci_wasm = 'tlcpack/ci-wasm:20220715-060127-37f9d3c49'
ci_i386 = 'tlcpack/ci-i386:20220715-060127-37f9d3c49'
ci_cortexm = 'tlcpack/ci-cortexm:v0.01'
ci_arm = 'tlcpack/ci-arm:20220715-060127-37f9d3c49'
ci_hexagon = 'tlcpack/ci-hexagon:20220715-060127-37f9d3c49'
ci_wasm = 'tlcpack/ci-wasm:20220810-060142-fae79bbc3'
ci_i386 = 'tlcpack/ci-i386:20220810-060142-fae79bbc3'
ci_cortexm = 'tlcpack/ci-cortexm:20220810-060142-fae79bbc3'
ci_arm = 'tlcpack/ci-arm:20220810-060142-fae79bbc3'
ci_hexagon = 'tlcpack/ci-hexagon:20220810-060142-fae79bbc3'
ci_riscv = 'tlcpack/ci-riscv:20220810-060142-fae79bbc3'
// <--- End of regex-scanned config.

// Parameters to allow overriding (in Jenkins UI), the images
Expand Down
1 change: 1 addition & 0 deletions tests/python/ci/test_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ def test_open_docker_update_pr(
"ci_cortexm",
"ci_arm",
"ci_hexagon",
"ci_riscv",
]

docker_data = {}
Expand Down

0 comments on commit 25c4a73

Please sign in to comment.