itemengine-cypress-automation 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/deploy.yaml +21 -0
- package/package.json +1 -1
package/deploy.yaml
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
global:
|
2
|
+
team: itemengine
|
3
|
+
name: itemengine-cypress-automation
|
4
|
+
type: integration_test
|
5
|
+
|
6
|
+
deployment:
|
7
|
+
job:
|
8
|
+
activeDeadlineSeconds: 7200
|
9
|
+
parallelism: 3
|
10
|
+
completions: 3
|
11
|
+
|
12
|
+
image:
|
13
|
+
cmd: /ie-e2e/run.sh
|
14
|
+
|
15
|
+
resources:
|
16
|
+
limits:
|
17
|
+
cpu: "2"
|
18
|
+
memory: 8096Mi
|
19
|
+
requests:
|
20
|
+
cpu: "2"
|
21
|
+
memory: 8096Mi
|