|
45 | 45 | // 'python3 jenkins/generate.py' |
46 | 46 | // Note: This timestamp is here to ensure that updates to the Jenkinsfile are |
47 | 47 | // always rebased on main before merging: |
48 | | -// Generated at 2022-05-11T16:27:38.745360 |
| 48 | +// Generated at 2022-05-12T16:41:21.877519 |
49 | 49 |
|
50 | 50 | import org.jenkinsci.plugins.pipeline.modeldefinition.Utils |
51 | 51 | // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. --> |
52 | | -ci_lint = 'tlcpack/ci-lint:20220505-060045-500703308' |
53 | | -ci_gpu = 'tlcpack/ci-gpu:20220505-060045-500703308' |
54 | | -ci_cpu = 'tlcpack/ci-cpu:20220505-060045-500703308' |
55 | | -ci_wasm = 'tlcpack/ci-wasm:20220505-060045-500703308' |
56 | | -ci_i386 = 'tlcpack/ci-i386:20220505-060045-500703308' |
57 | | -ci_qemu = 'tlcpack/ci-qemu:20220505-060045-500703308' |
58 | | -ci_arm = 'tlcpack/ci-arm:20220505-060045-500703308' |
59 | | -ci_hexagon = 'tlcpack/ci-hexagon:20220505-060045-500703308' |
| 52 | +ci_lint = 'tlcpackstaging/ci-lint:20220512-055911-116ccef02' |
| 53 | +ci_gpu = 'tlcpackstaging/ci-gpu:20220512-055911-116ccef02' |
| 54 | +ci_cpu = 'tlcpackstaging/ci-cpu:20220512-055911-116ccef02' |
| 55 | +ci_wasm = 'tlcpackstaging/ci-wasm:20220512-055911-116ccef02' |
| 56 | +ci_i386 = 'tlcpackstaging/ci-i386:20220512-055911-116ccef02' |
| 57 | +ci_qemu = 'tlcpackstaging/ci-qemu:20220512-055911-116ccef02' |
| 58 | +ci_arm = 'tlcpackstaging/ci-arm:20220512-055911-116ccef02' |
| 59 | +ci_hexagon = 'tlcpackstaging/ci-hexagon:20220512-055911-116ccef02' |
60 | 60 | // <--- End of regex-scanned config. |
61 | 61 |
|
62 | 62 | // Parameters to allow overriding (in Jenkins UI), the images |
|
0 commit comments