Move virtual card CI test configs to card-functionality/ci/ (where configurations for tests on hardware cards already were).

This commit is contained in:
Heiko Schaefer 2022-05-19 16:36:48 +02:00
parent 5a5ae255b5
commit c3abf4ba9c
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D
4 changed files with 3 additions and 3 deletions

View file

@ -138,7 +138,7 @@ run_cardtest_smartpgp:
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
variables:
CONFIG: "card-functionality/docker/test-smartpgp.toml"
CONFIG: "card-functionality/ci/virt-smartpgp.toml"
cache:
# inherit all general cache settings
<<: *general_cache_config
@ -157,7 +157,7 @@ run_cardtest_ykneo:
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
variables:
CONFIG: "card-functionality/docker/test-ykneo.toml"
CONFIG: "card-functionality/ci/virt-ykneo.toml"
cache:
# inherit all general cache settings
<<: *general_cache_config
@ -176,7 +176,7 @@ run_cardtest_fluffypgp:
- cargo run -p openpgp-card-tests --bin import -- $CONFIG
- cargo run -p openpgp-card-tests --bin keygen -- $CONFIG
variables:
CONFIG: "card-functionality/docker/test-fluffypgp.toml"
CONFIG: "card-functionality/ci/virt-fluffypgp.toml"
cache:
# inherit all general cache settings
<<: *general_cache_config