Jenkinsfile: enable BW_PASS_DUMMY_MODE
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
af53a610bb
commit
e2c901dbe4
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -31,6 +31,7 @@ pipeline {
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
|
|
||||||
export BW_VAULT_DUMMY_MODE=1
|
export BW_VAULT_DUMMY_MODE=1
|
||||||
|
export BW_PASS_DUMMY_MODE=1
|
||||||
bw test --metadata-determinism 3 --config-determinism 3
|
bw test --metadata-determinism 3 --config-determinism 3
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
@ -43,6 +44,7 @@ pipeline {
|
||||||
bw test --ignore-missing-faults
|
bw test --ignore-missing-faults
|
||||||
|
|
||||||
export BW_VAULT_DUMMY_MODE=1
|
export BW_VAULT_DUMMY_MODE=1
|
||||||
|
export BW_PASS_DUMMY_MODE=1
|
||||||
bw test
|
bw test
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue