itemengine-cypress-automation 1.0.84 → 1.0.85
Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,29 @@
|
|
1
|
+
global:
|
2
|
+
team: itemengine
|
3
|
+
name: itemengine-cypress-automation-smoke-test
|
4
|
+
type: integration_test
|
5
|
+
|
6
|
+
variables:
|
7
|
+
START_TIME: "$(date +%s)"
|
8
|
+
|
9
|
+
deployment:
|
10
|
+
job:
|
11
|
+
activeDeadlineSeconds: 7200
|
12
|
+
parallelism: 3
|
13
|
+
completions: 3
|
14
|
+
|
15
|
+
image:
|
16
|
+
cmd: /ie-e2e/deploy/smoke/run.sh
|
17
|
+
|
18
|
+
resources:
|
19
|
+
limits:
|
20
|
+
memory: 8446Mi
|
21
|
+
cpu: 5000m
|
22
|
+
requests:
|
23
|
+
memory: 4096Mi
|
24
|
+
cpu: 2000m
|
25
|
+
|
26
|
+
env:
|
27
|
+
instance:
|
28
|
+
- name: START_TIME
|
29
|
+
value: "${{ variables.START_TIME }}"
|
package/package.json
CHANGED
File without changes
|