itemengine-cypress-automation 1.0.187-e2e-execution-crash-b6f2459.0 → 1.0.188-e2e-execution-crash-233aa53.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,21 +8,21 @@ variables:
8
8
 
9
9
  deployment:
10
10
  job:
11
- backoffLimit: 6
11
+ backoffLimit: 100
12
12
  activeDeadlineSeconds: 7200
13
- parallelism: 5
14
- completions: 5
13
+ parallelism: 10
14
+ completions: 10
15
15
 
16
16
  image:
17
17
  cmd: /ie-e2e/deploy/e2e/run.sh
18
18
 
19
19
  resources:
20
20
  limits:
21
- memory: 8446Mi
22
- cpu: 5000m
21
+ memory: 16Gi
22
+ cpu: 8
23
23
  requests:
24
- memory: 4096Mi
25
- cpu: 2000m
24
+ memory: 8Gi
25
+ cpu: 4
26
26
 
27
27
  env:
28
28
  instance:
@@ -8,7 +8,7 @@ variables:
8
8
 
9
9
  deployment:
10
10
  job:
11
- backoffLimit: 6
11
+ backoffLimit: 25
12
12
  activeDeadlineSeconds: 7200
13
13
  parallelism: 11
14
14
  completions: 11
@@ -8,7 +8,7 @@ variables:
8
8
 
9
9
  deployment:
10
10
  job:
11
- backoffLimit: 6
11
+ backoffLimit: 25
12
12
  activeDeadlineSeconds: 7200
13
13
  parallelism: 3
14
14
  completions: 3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.187-e2e-execution-crash-b6f2459.0",
3
+ "version": "1.0.188-e2e-execution-crash-233aa53.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {