PowerShell/tools
Travis Plunk a7f798575d
Parallelize the windows CI to enable us to run all tests all the time (#8868)
Split Windows CI into the following Jobs

1. Combine Build and xUnit, which published build artifact
1. Elevated CI tests
1. Unelevated CI test
1. Elevated everything else tests
1. Unelevated everything else tests
1. Package build and test
1. Verify xUnit result

## PR Context  

Before this test:

- A CI run would take ~14 minutes
- A Feature run would take ~30 minutes

After this change, it always runs all tests and takes ~20 minutes.
Job `Unelevated everything else tests` is the long poll, taking ~4 minutes longer than the next shortest job.  We should be able to get this back down to ~15 if we split that test job somehow.
2019-02-14 16:33:19 -08:00
..
credScan Fix credential scan issues (#4927) 2017-09-27 11:54:22 -07:00
failingTests Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00
packaging Fix daily CI builds to publish tar package as artifacts (#8775) 2019-02-04 14:53:25 -08:00
performance Add tools for PowerShell perf analysis (#7595) 2018-08-31 16:55:42 -07:00
releaseBuild Fixes for Scheduled release build (#8887) 2019-02-13 19:13:54 -08:00
ResxGen Generate logging resources for Unix platforms 2018-07-06 13:28:20 -07:00
terms Remove exclusion for hang and add context exception for remaining instances (#5595) 2017-12-01 17:34:30 -08:00
windows Refactor travis.ps1 into ci.psm1 (#8822) 2019-02-08 14:37:36 -08:00
Xml Add tests to report when package references are out of date (#7661) 2018-09-05 14:06:09 -07:00
.gitignore Allow packaging from a zip package to allow for signing (#5418) 2017-11-13 10:10:51 -08:00
appimage.sh Use https in URLs where available (#8622) 2019-01-24 12:50:11 -08:00
ci.psm1 Parallelize the windows CI to enable us to run all tests all the time (#8868) 2019-02-14 16:33:19 -08:00
debug.sh Update install/build scripts and dockerfiles (#5222) 2017-10-25 08:25:35 -07:00
download.sh Revive 'download.sh' and make it redirect to 'install-powershell.sh' (#5386) 2017-11-09 22:58:53 -08:00
generate-icns.sh Add script to create icns files. (#7456) 2019-01-02 12:11:47 -08:00
install-powershell-readme.md Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
install-powershell.ps1 Remove unneeded Invoke-Expression on unvalidated input (#8826) 2019-02-05 10:48:34 -08:00
install-powershell.sh Make install-powershell.sh autodetect if it should use wget or curl (#8225) 2018-11-14 10:45:52 -08:00
installpsh-amazonlinux.sh Update installpsh amazonlinux for container build (#7907) 2018-10-24 10:10:32 -07:00
installpsh-debian.sh support for linuxmint in installpsh-debian.sh (#8440) 2018-12-11 14:40:38 -08:00
installpsh-osx.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
installpsh-redhat.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
installpsh-suse.sh Adding ability to install previews side-by-side with production releases (#7194) 2018-06-28 11:46:58 -07:00
metadata.json Merged PR 6644: Update hosting tests and metadata.json for 6.2.0-preview.4 release 2019-01-22 21:43:47 +00:00
releaseTools.psm1 Refactor travis.ps1 into ci.psm1 (#8822) 2019-02-08 14:37:36 -08:00
Sign-Package.ps1 Update copyright and license headers (#6134) 2018-02-13 09:23:53 -08:00