engine.#Exec: fix mount cache flaky test

Fixes #1274

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-12-21 14:33:25 +01:00
parent 074dfcbdf2
commit ffd7065a74
2 changed files with 2 additions and 3 deletions

View File

@ -41,8 +41,7 @@ setup() {
"$DAGGER" --europa up ./env.cue
"$DAGGER" --europa up ./hosts.cue
# FIXME: disabled - flaky
# "$DAGGER" --europa up ./mount_cache.cue
"$DAGGER" --europa up ./mount_cache.cue
"$DAGGER" --europa up ./mount_fs.cue
TESTSECRET="hello world" "$DAGGER" --europa up ./mount_secret.cue
"$DAGGER" --europa up ./mount_tmp.cue

View File

@ -32,7 +32,7 @@ engine.#Plan & {
input: image.output
mounts: cache: {
dest: "/cache"
contents: sharedCache
contents: exec.mounts.cache.contents
}
args: [
"sh", "-c",