xamarin-macios/tools/devops
Vincent Dondain a1e695b272 [DevOps] Don't be too fancy with multiple jobs for device tests pipeline
Inspiration was taken from other yaml pipelines but those multiple jobs are not behaving the way I expected.

1. Each job will clone `xamarin-macios` in a dedicated folder (for 3 jobs you'll have `./1/s`; `./2/s`; `./3/s`)
2. The goal of the last job was to upload the `TestSummary.md` but because of the cloning strategy it couldn't find it. There might be ways to pass files (artifacts?) between jobs but there's no need to be that fancy right now.
3. Cloning takes time so I'm assuming having everything in one job can actually save us some time.
2019-12-26 09:13:41 -05:00
..
add-summaries.sh [DevOps] Fix DDFun pipeline GitHub comment report 2019-12-26 09:13:41 -05:00
azure-pipelines.yml Fixup azure-pipelines.yml 2019-05-24 20:36:53 +02:00
build-samples-report-to-github.sh [master] [tests] Don't use unsupported characters in matrix names for yml scripts. Fixes xamarin/maccore#1831. (#6571) 2019-07-12 05:30:57 -07:00
build-samples.csx [xcode11][tests] Provision dotnet for the sample tests. Fixes xamarin/maccore#1811. (#6473) (#6488) 2019-07-11 01:49:42 -07:00
build-samples.sh [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
build-samples.yml [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
device-tests.yml [DevOps] Don't be too fancy with multiple jobs for device tests pipeline 2019-12-26 09:13:41 -05:00
fetch-maccore.sh [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
install-xi-pkg.sh [DevOps] Convert our device tests into a pool agnostic yaml pipeline (#7604) 2019-12-23 14:34:41 -05:00
prepare-performance-data.sh [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
provision-xcode.csx [sampletester] Provision Xcode when it's not already available. Fixes #6326. (#6498) 2019-07-09 06:45:20 -07:00
push-performance-data.sh [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
run-tests.sh [DevOps] Convert our device tests into a pool agnostic yaml pipeline (#7604) 2019-12-23 14:34:41 -05:00
system-info.sh [sample-tester] Collect app size and build duration statistics. (#7602) 2019-12-20 16:27:36 +01:00
utils.csx [tests] Add sample tester. (#5870) 2019-04-25 17:18:43 +02:00