VOL-2187 WIP add scale test jenkins job using ec2

Change-Id: Iad669af132352834169876a07737964db6d1ff8a
diff --git a/jjb/bbsim-e2e-scale.yaml b/jjb/bbsim-e2e-scale.yaml
new file mode 100644
index 0000000..741941a
--- /dev/null
+++ b/jjb/bbsim-e2e-scale.yaml
@@ -0,0 +1,40 @@
+---
+# bbsim end to end scale test job
+
+- project:
+    name: bbsim-e2e-scale
+
+    project-name: '{name}'
+
+    jobs:
+      - 'bbsim-e2e-setup'
+
+- job-template:
+    id: 'bbsim-e2e-setup'
+    name: 'bbsim-end-to-end-setup'
+
+    description: |
+      <!-- Managed by Jenkins Job Builder -->
+      Created by {id} job-template from ci-management/jjb/bbsim-e2e-scale.yaml  <br /><br />
+      E2E Validation for Seba-in-a-Box
+
+    properties:
+      - cord-infra-properties:
+          build-days-to-keep: '{build-days-to-keep}'
+          artifact-num-to-keep: '{artifact-num-to-keep}'
+
+    wrappers:
+      - lf-infra-wrappers:
+          build-timeout: '{build-timeout}'
+          jenkins-ssh-credential: '{jenkins-ssh-credential}'
+
+    parameters:
+      - string:
+          name: buildNode
+          default: 'ubuntu16.04-basebuild-4c-8g'
+          description: 'Name of the Jenkins node to run the job on'
+
+    project-type: pipeline
+    concurrent: false
+
+    dsl: !include-raw-escape: pipeline/bbsim-scale.groovy