itemengine-cypress-automation 1.0.537-IEI-6942-d993503.0 → 1.0.537-IEI-6990-30f226a.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/package.json +1 -1
- package/deploy/DNDIntoCategoriesQuestion/deploy.yaml +0 -30
- package/deploy/audioResponseQuestion/deploy.yaml +0 -30
- package/deploy/dataApi/deploy.yaml +0 -30
- package/deploy/e2e/deploy.yaml +0 -30
- package/deploy/essayQuestion/deploy.yaml +0 -30
- package/deploy/feedbackScaleQuestion/deploy.yaml +0 -30
- package/deploy/fillInTheGapsQuestion/deploy.yaml +0 -30
- package/deploy/graphingQuestion/deploy.yaml +0 -30
- package/deploy/imageHighlightQuestion/deploy.yaml +0 -30
- package/deploy/listOrderingQuestion/deploy.yaml +0 -30
- package/deploy/migration/deploy.yaml +0 -30
- package/deploy/multipleSelectionQuestion/deploy.yaml +0 -30
- package/deploy/resourcesAndToolsQuestion/deploy.yaml +0 -30
- package/deploy/smoke/deploy.yaml +0 -30
- package/deploy/textEntryMathQuestion/deploy.yaml +0 -30
- package/deploy/thinkSphere/deploy.yaml +0 -30
package/package.json
CHANGED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-dnd-categories
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/DNDIntoCategoriesQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-audio-response
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-data-api
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 1
|
|
14
|
-
completions: 1
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/dataApi/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
package/deploy/e2e/deploy.yaml
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: itemengine-cypress-automation
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 100
|
|
12
|
-
activeDeadlineSeconds: 10800
|
|
13
|
-
parallelism: 15
|
|
14
|
-
completions: 15
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/e2e/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 16Gi
|
|
22
|
-
cpu: 8
|
|
23
|
-
requests:
|
|
24
|
-
memory: 8Gi
|
|
25
|
-
cpu: 4
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-essay-response
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/essayQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-feedback-scale
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-fig-text
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-graphing
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/graphingQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-image-highlight
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/imageHighlightQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-list-ordering
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/listOrderingQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: itemengine-cypress-automation-migration-test
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 11
|
|
14
|
-
completions: 11
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/migration/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-multiple-selection
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/multipleSelectionQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-reading-ruler
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
package/deploy/smoke/deploy.yaml
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
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
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 15
|
|
14
|
-
completions: 15
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/smoke/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-text-entry-math
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/textEntryMathQuestion/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
global:
|
|
2
|
-
team: itemengine
|
|
3
|
-
name: item-engine-ui-think-sphere
|
|
4
|
-
type: integration_test
|
|
5
|
-
|
|
6
|
-
variables:
|
|
7
|
-
START_TIME: "$(date +%s)"
|
|
8
|
-
|
|
9
|
-
deployment:
|
|
10
|
-
job:
|
|
11
|
-
backoffLimit: 25
|
|
12
|
-
activeDeadlineSeconds: 7200
|
|
13
|
-
parallelism: 7
|
|
14
|
-
completions: 7
|
|
15
|
-
|
|
16
|
-
image:
|
|
17
|
-
cmd: /ie-e2e/deploy/thinkSphere/run.sh
|
|
18
|
-
|
|
19
|
-
resources:
|
|
20
|
-
limits:
|
|
21
|
-
memory: 8446Mi
|
|
22
|
-
cpu: 5000m
|
|
23
|
-
requests:
|
|
24
|
-
memory: 4096Mi
|
|
25
|
-
cpu: 2000m
|
|
26
|
-
|
|
27
|
-
env:
|
|
28
|
-
instance:
|
|
29
|
-
- name: START_TIME
|
|
30
|
-
value: "${{ variables.START_TIME }}"
|