summaryrefslogtreecommitdiff
path: root/omnibus/omnibus-test.ps1
Commit message (Collapse)AuthorAgeFilesLines
* 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>