Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion newman-agent/bin/local-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export SUITE_ID=63aabab94cedfd000b15ce12
export BUILD_ID=63aaddaa4cedfd000b15ce41
export CONFIG_ID=5b4c9342b3859411ee82c265 # put you config id here
export CONFIG_ID=5bf160bb1f31eb789fc0fb78 # put you config id here
export STORAGE_SERVER=s3-eu-west-1.amazonaws.com/xap-test/test-build-newman
export SUITE_TYPE=sgtest
export SGTEST_DIR=~/sgtest
Expand Down
5 changes: 4 additions & 1 deletion newman-server/bin/newman-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ evgeny=evgeny, user
moran=moran, user
root=root, admin
support=support, user
mishel=mishel, user
sagiv=sagiv, user
yonatan=yonatan, user
michael=michael, user
Expand All @@ -39,6 +38,10 @@ esubotin=esubotin, user
inbal=inbal, user
tolik=tolik, user
user=user, user
yonatan=yonatan, user
michaelg=michaelg, user
shai=shai, user
ariel=ariel, user
_EOF


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private static void testSubmitterFromIntelliJ() throws Exception {
String suiteId = "6260486841b6b5b45f5d5c67";
String buildId = "5cf3f8ec4cedfd000c4ba171";
String configId = "5bf160bb1f31eb789fc0fb78";
String requiredAgentGroups = "imc-srv01";
String requiredAgentGroups = "AWSAgents";
int priority = 1;


Expand Down