Merge branch 'nora/subplot-cache' into 'main'

ci: Use separate cache for subplot job

See merge request openpgp-card/openpgp-card!15
This commit is contained in:
Heiko 2022-10-25 12:16:19 +00:00
commit af9d4f49ad

View file

@ -144,8 +144,10 @@ subplot:
cache: cache:
# inherit all general cache settings # inherit all general cache settings
<<: *general_cache_config <<: *general_cache_config
# override the key # subplot uses tests/virtual-card-available to indicate that tests which use
key: "rust-latest" # virtual cards should be created. The cache with this file should not be
# shared.
key: "subplot"
run_cardtest_smartpgp: run_cardtest_smartpgp:
stage: virtual-test stage: virtual-test