summaryrefslogtreecommitdiff
path: root/omnibus/omnibus-test.ps1
Commit message (Collapse)AuthorAgeFilesLines
* updating the hab test to properly check for Windows PowerShell and set a TLS ↵John2022-11-141-4/+8
| | | | | | security value appropriately Signed-off-by: John <john.mccrae@progress.com>
* Signed-off-by: Sean <sean.simmons@progress.com>Sean Simmons2022-11-071-1/+1
|
* adding choco functionSean Simmons2022-11-041-3/+22
| | | | idea here is not to install it if it already exists.
* Revert "Revert "Use new msys2 based devkit for windows" (#13063)" (#13097)neha-p62022-07-221-1/+3
| | | This reverts commit 4797e01535af8e33ace9ef3a7404dd8256913bce.
* Revert "Use new msys2 based devkit for windows" (#13063)neha-p62022-07-111-3/+1
|
* use new msys2 devkit for windowsMatt Wrock2022-06-291-1/+3
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* updating throw statement to only execute on non-zero exit codesJohn McCrae2022-05-251-1/+1
| | | | Signed-off-by: John McCrae <jmccrae@chf.io>
* Fix omnibus-test.ps1Jeremiah Snapp2022-05-161-3/+20
| | | | | | | Use Throw instead of Exit to ensure the CI job fails when a command has a non-zero exit code. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Remove pipeline-specific logic from test scriptstduffield/remove-install-logic-17Tom Duffield2021-04-231-30/+4
| | | | | | | This logic has been moved into the Omnibus Buildkite Plugin. These scripts can now be used outside of the Buildkite pipelines. Signed-off-by: Tom Duffield <github@tomduffield.com>
* Add ps1 editsnkierpiec/update-omnibus-testsNathaniel Kierpiec2021-04-161-2/+11
| | | | Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* Remove knife from windows post-build validationMarc A. Paradise2021-03-311-1/+0
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Remove rspec_junit_formatter gem.Pete Higgins2020-10-291-3/+3
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* add interpreter arg to powershell_out allowing it to call pwsh.exemwrock2020-10-011-1/+8
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Fix spellcheck violations.Pete Higgins2020-08-251-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* separate omnibus rspec path from optionsmwrock2020-08-241-3/+3
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* fix chocolatey and x86 windows omnibus buildsmwrock2020-08-211-2/+23
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Enable rspec --profile in the omnibus testsLamont Granquist2020-08-191-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add unit and integration testing back to omnibus testersLamont Granquist2020-08-171-4/+4
| | | | | | It is slow but it does catch real bugs Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix a typo.Pete Higgins2020-05-181-1/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* [FIX DEPRECATION] with_clean_env is deprecatedDan Webb2020-04-181-1/+1
| | | | | | | clean_env is now unbundled Signed-off-by: Daniel Webb <dan.webb@damacus.io>
* revert back to only functional testingLamont Granquist2019-12-151-4/+2
| | | | | | | i'm not going to have time to figure out why the unit + integ tests are still busted before vacation. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* try unit + functional testsLamont Granquist2019-12-131-2/+6
| | | | | | | integration tests have license-acceptance issues that i wasn't able to figure out last night Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "try unit + functional tests"Lamont Granquist2019-12-131-6/+2
| | | | This reverts commit d75137590c6a1e138c02f5a42f8c9e12732c94c7.
* try unit + functional testsLamont Granquist2019-12-131-2/+6
| | | | | | | integration tests have license-acceptance issues that i wasn't able to figure out last night Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* omnibus tests need to accept the licenseLamont Granquist2019-12-131-0/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* disable choco specs directlyRobb Kidd2019-11-011-4/+2
| | | | | | | | We can disable the :choco_installed specs directly in the execution of RSpec instead of deleting the choco.exe binary from the test system to fool the "filter_run_excluding choco_installed" config in spec_helper. Signed-off-by: Robb Kidd <robb@thekidds.org>
* Make sure ruby environment variables are unset in omnibus-test.* scriptsJeremiah Snapp2019-06-241-0/+14
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Improvements to omnibus buildkite pipelinesnappj/improve-omnibus-buildkite-pipelineJeremiah Snapp2019-06-191-19/+63
| | | | | | | | | Enable all platforms in omnibus buildkite pipeline. Port appropriate functionality from ci/verify-chef.* scripts to the new omnibus/omnibus-test.* scripts. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Add PROJECT_NAME to omnibus-test scriptsJaymala Sinha2019-04-081-0/+1
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Create omnibus buildkite pipelinesJeremiah Snapp2019-04-051-0/+36
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>