This commit is contained in:
Adrien Ferrand 2020-06-28 11:04:36 +02:00
parent 43069a9ed5
commit 4ce6122e3e

View file

@ -28,12 +28,13 @@ steps:
- task: DownloadSecureFile@1
name: testFarmPem
inputs:
secureFile: azure-test-farm.pem-nonexistent
secureFile: azure-test-farm.pem
condition: contains(variables['TOXENV'], 'test-farm')
- bash: |
cp $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem
condition: contains(variables['TOXENV'], 'test-farm')
- bash: |
stat tests/letstest/azure-test-farm.pem
if [[ "${TOXENV}" == *"oldest"* ]]; then
tools/run_oldest_tests.sh
else