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:
Nora Widdecke 2022-10-25 13:21:35 +02:00
parent 708a8b2707
commit a9d6c11bcc
No known key found for this signature in database
GPG key ID: 2D4111B31DBB99B6

View file

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