Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8395122
payload.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
736 B
Subscribers
None
payload.sh
View Options
#!/bin/bash
#############################################################################
# This script is executed on the remote AWS node to configure a test
# environment and ultimately run the test.
#############################################################################
GITREPO
=
"
$1
"
GITBRANCH
=
"
$2
"
source
$HOME
/.rvm/scripts/rvm
# Clone the repo and let's do this!
echo
"Cloning the
$GITBRANCH
branch from
$GITREPO
into workspace."
git
clone
-b
$GITBRANCH
$GITREPO
workspace
cd
workspace
gem
install
--no-rdoc
bundler
rake
bundle
install
--without
development
status
=
0
for
node
in
$(
bundle
exec
rake
beaker_nodes
)
;
do
BEAKER_set
=
$node
bundle
exec
rake
beaker
if
[
$?
!
=
0
]
;
then
status
=
1
fi
done
exit
$status
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Jun 4 2025, 7:34 PM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3399241
Attached To
R208 puppet-puppet-cassandra
Event Timeline
Log In to Comment