ci: Use separate cache for subplot job
- Some subplot tests require a virtual card. Those are not always available on a system, so subplot uses the tests/virtual-card-available file to note whether a virtual card is available, and only generates those tests if it is. - That file is included in the cache, so the cache should not be shared.
This commit is contained in:
parent
708a8b2707
commit
a9d6c11bcc
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