зеркало из https://github.com/microsoft/CCF.git
Errors in remote should be errors in CI (#6101)
This commit is contained in:
Родитель
bdb6290a8e
Коммит
81c8b79d68
|
@ -41,6 +41,7 @@ jobs:
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
mapfile -t IP_ADDR_LIST <<< $(echo "$(runOn)" | awk '{print $2}')
|
mapfile -t IP_ADDR_LIST <<< $(echo "$(runOn)" | awk '{print $2}')
|
||||||
ssh agent@${IP_ADDR_LIST[0]} -o "StrictHostKeyChecking=no" -o ConnectTimeout=100 '
|
ssh agent@${IP_ADDR_LIST[0]} -o "StrictHostKeyChecking=no" -o ConnectTimeout=100 '
|
||||||
|
set -ex
|
||||||
cd /CCF/build
|
cd /CCF/build
|
||||||
npm config set cache /ccfci/workspace_$(Build.BuildNumber)/.npm
|
npm config set cache /ccfci/workspace_$(Build.BuildNumber)/.npm
|
||||||
WORKSPACE=/ccfci/workspace_$(Build.BuildNumber) ELECTION_TIMEOUT_MS=10000 ./tests.sh -VV -T Test -LE "benchmark|perf|tlstest|vegeta|suite" -E "lts_compatibility"
|
WORKSPACE=/ccfci/workspace_$(Build.BuildNumber) ELECTION_TIMEOUT_MS=10000 ./tests.sh -VV -T Test -LE "benchmark|perf|tlstest|vegeta|suite" -E "lts_compatibility"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче