-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PE-17359 Adding Windows frictionless agent support #28
PE-17359 Adding Windows frictionless agent support #28
Conversation
Can one of the admins verify this patch? |
Refer to this link for build results (access rights to CI server needed): |
e73f457
to
89f8bd9
Compare
Refer to this link for build results (access rights to CI server needed): |
89f8bd9
to
3f39ca2
Compare
Refer to this link for build results (access rights to CI server needed): |
3f39ca2
to
f307fb1
Compare
Refer to this link for build results (access rights to CI server needed): |
f307fb1
to
20891e6
Compare
Refer to this link for build results (access rights to CI server needed): |
This commit adds support for windows frictionless agent. There was a change to the pe_repo logic, to make sure the master downloads the new windows script. Also there is the addition of a powershell script, which is the direct equivlant of curl | bash.
20891e6
to
7341d78
Compare
To test this out you need to be using a recent build of PE 2016.4.0. With a host file listed below, I ran this command from pe-acceptance-tests: bundle exec beaker -h hosts.cfg --helper lib/beaker_helper.rb --pre-suite setup/install.rb HOSTS: Results: `setup/install.rb passed in 1156.43 seconds
Failed Tests Cases: |
Refer to this link for build results (access rights to CI server needed): |
This commit adds support for windows frictionless agent.
There was a change to the pe_repo logic, to make sure the master
downloads the new windows script.
Also there is the addition of a powershell script, which is the
direct equivalent of curl | bash.