aboutsummaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6772355..bf7f09c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -808,6 +808,18 @@ BUILD_FACTORY.addStep(
)
)
+BUILD_FACTORY.addStep(
+ ShellCommand(
+ name="create instances",
+ description="Create merchant instances.",
+ descriptionDone="All the instances got created.",
+ command=["./create_instances.sh"],
+ workdir="../../deployment/buildbot",
+ haltOnFailure=True,
+ env={'DEPLOYMENT': "test"}
+ )
+)
+
SELENIUM_FACTORY = create_factory_with_deployment()
SELENIUM_FACTORY.addStep(
ShellCommand(