-
Notifications
You must be signed in to change notification settings - Fork 20
Integrate Gauntlt #33
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
Conversation
obscurerichard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rpigu-i can you fix up the issue listed? I got the build passing again in Jenkins.
Vagrantfile
Outdated
| config.vm.synced_folder ".", "/app" | ||
| config.vm.provision "shell", inline: "/app/bin/install-ansible.sh", upload_path: "/home/vagrant/install-ansible.sh" | ||
| config.vm.provision "shell", inline: "cd /app/ansible && ansible-playbook -l localhost bakery.yml app-AfterInstall.yml app-StartServer.yml", upload_path: "/home/vagrant/apl.sh" | ||
| config.vm.provision "shell", inline: "curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, don't do it like this, create a proper bin/install-gauntlt.sh script instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, I already did that in the PR I just merged in here. I forgot I even worked on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this was done a while back (I think you did that around the time we did the demo). Is this now a dead PR, or does this still need to be merged into master and need a review?
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR, #33 is still live and needs to get into master. It LGTM now, were you ready with this work and where it was or is there more to add before we merge it?
I haven't tested this integration at all yet either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider where we would want to put these tests if we are running in CI, not just in Vagrant, too @rpigu-i
…nd-readme Refactor Vagrant scripts and readme for gauntlt
Also fix up rvm and bash script options
…actor Put in root checks, refactor functions
Run Gauntlt through packer
|
This is working nicely now. Here's a screenshot of the report from Jenkins (see PR-33 build 12). Here's a screenshot of the New Relic note capturing this test run: |


No description provided.