Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Rolf Bjarne Kvinge 51b6b707e4
[devops] Fix provisioning device testing bots. (#8060)
It seems we only want to provision a few specific things, so modify the
selection logic to first ignore everything, then enable what we want.

This way we don't have to add new ignore flags here every time we add
something new to the provisioning script.

We also don't need to check if 7z and python3 provisioning is possible, since
we already know that (by manually checking the system-dependencies.sh script
for the current hash).
2020-03-06 21:17:22 +01:00
Manuel de la Pena 147c363c07
[VSTS] update labels used in the pipeline. (#7996) 2020-02-27 13:12:55 -05:00
Manuel de la Pena e21e50fe73
[VSTS] Clean always, no matter what. (#7926)
Good citizens clean after themselves, even when they are cancelled. Up
to this point if the task was cancelled we would not clean after us.
2020-02-18 09:14:48 -05:00
Manuel de la Pena 4937a5d626
[VSTS] Update pipeline yml to use the correct results pattern. (#7922) 2020-02-17 17:12:07 -05:00
Manuel de la Pena 59faa728cd
[VSTS] If we could not checkout, do not try to call scripts that are missing. (#7919)
Some of the bots fail to do the checkout (miss configuration). The clean
up step is always executed and assumes the pressence of a script, which
will fail since the script is not there.

The script is small, there is no need to add the rm in an extra file
that needs to be checkout.

This removes an extra warning that is set in the pipeline which is noise
when monitoring.
2020-02-17 15:26:38 -05:00
Manuel de la Pena e8e826e6a3
[VSTS] Ensure that certain tasks do not run when not needed. (#7916)
If the bot could no get the provisioning profiles installed, there is no
reason for certain tasks to run since they are all going to fail. This
adds A LOT of noise in the pipeline for the monitoring person to check
when there is no reason.
2020-02-17 13:12:44 -05:00
Manuel de la Pena dc63adf39f
[VSTS] Remove the some hardcoded vars. (#7883)
Move to use a template for the DDFun pipeline. Copy the current pipeline
to a template, set some parameters and recreate the pipeline importing
the template.
2020-02-13 13:02:44 -05:00