diff options
author | fanquake <fanquake@gmail.com> | 2023-05-03 17:11:17 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2023-05-03 17:27:51 +0100 |
commit | 1d7f1ada48083d27adda47e04fd0311cc3cd6816 (patch) | |
tree | 6098e45dcafb089000e13c29eb35821e16289fbb | |
parent | 0e70a1b62502319fd96a679f53dc5914bbe73baf (diff) | |
parent | fa6e2bfd0570324c80677d894247936bc151b4f8 (diff) |
Merge bitcoin/bitcoin#27562: ci: Use arm_container.dockerfile
fa6e2bfd0570324c80677d894247936bc151b4f8 ci: Use arm_container.dockerfile (MarcoFalke)
Pull request description:
This allows to cache the image and thus speed up the CI task
ACKs for top commit:
fanquake:
nice ACK fa6e2bfd0570324c80677d894247936bc151b4f8
hebasto:
ACK fa6e2bfd0570324c80677d894247936bc151b4f8
Tree-SHA512: 3b7f734799bd8a3ca9166e85d2cd8f68c134c32a496757eafb118250c0b158d0d76ead0c461e307d6440a622fe51bc599aa13e67766ce232b750ed0a66d4b450
-rw-r--r-- | .cirrus.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 45700cb4ac..2d3efee8cf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -194,13 +194,14 @@ task: name: 'ARM [unit tests, no functional tests] [bullseye]' << : *GLOBAL_TASK_TEMPLATE arm_container: - image: debian:bullseye cpu: 2 memory: 8G - # docker_arguments: # Can use dockerfile after https://github.com/cirruslabs/cirrus-ci-docs/issues/1154 + dockerfile: ci/test_imagefile + docker_arguments: + CI_IMAGE_NAME_TAG: debian:bullseye + FILE_ENV: "./ci/test/00_setup_env_arm.sh" env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV - FILE_ENV: "./ci/test/00_setup_env_arm.sh" QEMU_USER_CMD: "" # Disable qemu and run the test natively task: |