Skip to content

Commit

Permalink
[CI] Update Docker images for new CMSIS-NN (#11336)
Browse files Browse the repository at this point in the history
Updates ci_cpu and ci_qemu to pull in #11273
  • Loading branch information
Mousius authored May 17, 2022
1 parent de21c8f commit 0e2e619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@
// 'python3 jenkins/generate.py'
// Note: This timestamp is here to ensure that updates to the Jenkinsfile are
// always rebased on main before merging:
// Generated at 2022-05-13T12:39:39.064143
// Generated at 2022-05-17T10:32:14.621387

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 = 'tlcpack/ci-lint:20220513-055910-fa834f67e'
ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e'
ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e'
ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e'
ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e'
ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'
ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e'
ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e'
ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e'
ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e'
// <--- End of regex-scanned config.
Expand Down
4 changes: 2 additions & 2 deletions jenkins/Jenkinsfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ 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 = 'tlcpack/ci-lint:20220513-055910-fa834f67e'
ci_gpu = 'tlcpack/ci-gpu:20220513-055910-fa834f67e'
ci_cpu = 'tlcpack/ci-cpu:20220513-055910-fa834f67e'
ci_cpu = 'tlcpack/ci-cpu:20220517-094028-de21c8f2e'
ci_wasm = 'tlcpack/ci-wasm:20220513-055910-fa834f67e'
ci_i386 = 'tlcpack/ci-i386:20220513-055910-fa834f67e'
ci_qemu = 'tlcpack/ci-qemu:20220513-055910-fa834f67e'
ci_qemu = 'tlcpack/ci-qemu:20220517-094028-de21c8f2e'
ci_arm = 'tlcpack/ci-arm:20220513-055910-fa834f67e'
ci_hexagon = 'tlcpack/ci-hexagon:20220513-055910-fa834f67e'
// <--- End of regex-scanned config.
Expand Down

0 comments on commit 0e2e619

Please sign in to comment.