Activate farm tests

This commit is contained in:
Adrien Ferrand 2020-06-26 22:25:08 +02:00
parent 53b7093611
commit 636ce3af6e

View file

@ -34,10 +34,6 @@ steps:
ln -s $(testFarmPem.secureFilePath) azure-test-farm.pem
condition: contains(variables['TOXENV'], 'test-farm')
- bash: |
if [[ "${TOXENV}" == *"test-farm"* ]]; then
# To be removed once farm tests are configured on Azure
exit 0
fi
if [[ "${TOXENV}" == *"oldest"* ]]; then
tools/run_oldest_tests.sh
elif command -v unbuffer >/dev/null 2>&1; then