Merge pull request #1278 from aluzzardi/exec-mount-cache-fix-test
engine.#Exec: fix mount cache flaky test
This commit is contained in:
commit
cbd141d019
@ -41,8 +41,7 @@ setup() {
|
|||||||
"$DAGGER" --europa up ./env.cue
|
"$DAGGER" --europa up ./env.cue
|
||||||
"$DAGGER" --europa up ./hosts.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
|
"$DAGGER" --europa up ./mount_fs.cue
|
||||||
TESTSECRET="hello world" "$DAGGER" --europa up ./mount_secret.cue
|
TESTSECRET="hello world" "$DAGGER" --europa up ./mount_secret.cue
|
||||||
"$DAGGER" --europa up ./mount_tmp.cue
|
"$DAGGER" --europa up ./mount_tmp.cue
|
||||||
|
@ -32,7 +32,7 @@ engine.#Plan & {
|
|||||||
input: image.output
|
input: image.output
|
||||||
mounts: cache: {
|
mounts: cache: {
|
||||||
dest: "/cache"
|
dest: "/cache"
|
||||||
contents: sharedCache
|
contents: exec.mounts.cache.contents
|
||||||
}
|
}
|
||||||
args: [
|
args: [
|
||||||
"sh", "-c",
|
"sh", "-c",
|
||||||
|
Reference in New Issue
Block a user