itemengine-cypress-automation 1.0.490-IEI-6793-7aef1f1.0 → 1.0.490-IEI-6793-949769b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deploy/DNDIntoCategoriesQuestion/service.yaml +2 -2
- package/deploy/audioResponseQuestion/service.yaml +2 -2
- package/deploy/dataApi/service.yaml +2 -2
- package/deploy/e2e/service.yaml +2 -2
- package/deploy/essayQuestion/service.yaml +2 -2
- package/deploy/feedbackScaleQuestion/service.yaml +2 -2
- package/deploy/fillInTheGapsQuestion/service.yaml +2 -2
- package/deploy/graphingQuestion/service.yaml +2 -2
- package/deploy/imageHighlightQuestion/service.yaml +2 -2
- package/deploy/listOrderingQuestion/service.yaml +2 -2
- package/deploy/migration/service.yaml +2 -2
- package/deploy/multipleSelectionQuestion/service.yaml +2 -2
- package/deploy/resourcesAndToolsQuestion/service.yaml +2 -2
- package/deploy/smoke/service.yaml +2 -2
- package/deploy/textEntryMathQuestion/service.yaml +2 -2
- package/deploy/thinkSphere/service.yaml +2 -2
- package/package.json +1 -1
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/DNDIntoCategoriesQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/dataApi/run.sh
|
17
17
|
buildContext: ../..
|
package/deploy/e2e/service.yaml
CHANGED
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/e2e/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/essayQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/graphingQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/imageHighlightQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/listOrderingQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 11
|
13
13
|
parallelism: 11
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/migration/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/multipleSelectionQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 15
|
13
13
|
parallelism: 15
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/smoke/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/textEntryMathQuestion/run.sh
|
17
17
|
buildContext: ../..
|
@@ -6,12 +6,12 @@ global:
|
|
6
6
|
highestEnvironment: dev
|
7
7
|
|
8
8
|
deployment:
|
9
|
-
activeDeadlineSeconds:
|
9
|
+
activeDeadlineSeconds: 14400
|
10
10
|
architecture: amd64
|
11
11
|
backoffLimit: 25
|
12
12
|
completions: 7
|
13
13
|
parallelism: 7
|
14
|
-
restartPolicy:
|
14
|
+
restartPolicy: Never
|
15
15
|
image:
|
16
16
|
cmd: /ie-e2e/deploy/thinkSphere/run.sh
|
17
17
|
buildContext: ../..
|