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:
commit
af9d4f49ad
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue