add bwpass to requirements

This commit is contained in:
Franzi 2021-02-14 12:14:30 +01:00
parent c3e3fc75bf
commit 5e92c7ba91
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 4 additions and 0 deletions

2
Jenkinsfile vendored
View file

@ -31,6 +31,7 @@ pipeline {
. venv/bin/activate
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test --metadata-determinism 3 --config-determinism 3
"""
}
@ -43,6 +44,7 @@ pipeline {
bw test --ignore-missing-faults
export BW_VAULT_DUMMY_MODE=1
export BW_PASS_DUMMY_MODE=1
bw test
"""
}