itemengine-cypress-automation 1.0.318-IEI-5343-thinksphere-pipeline-setup-dc24ac7.0 → 1.0.321-IEI-5346-pipelines-55a3d54.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/Dockerfile +4 -14
- package/deploy/{numberLineQuestion → audioResponseQuestion}/deploy.yaml +2 -2
- package/deploy/{matchingQuestion → audioResponseQuestion}/run.sh +2 -2
- package/deploy/{textSelectionQuestion → feedbackScaleQuestion}/deploy.yaml +2 -2
- package/deploy/{numberLineQuestion → feedbackScaleQuestion}/run.sh +2 -2
- package/deploy/{matchingQuestion → fillInTheGapsQuestion}/deploy.yaml +2 -2
- package/deploy/{singleSelectionQuestion → fillInTheGapsQuestion}/run.sh +2 -2
- package/deploy/{singleSelectionQuestion → resourcesAndToolsQuestion}/deploy.yaml +2 -2
- package/deploy/{textSelectionQuestion → resourcesAndToolsQuestion}/run.sh +2 -2
- package/deploy/{thinkSphereQuestion → thinkSphere}/deploy.yaml +1 -1
- package/deploy/{thinkSphereQuestion → thinkSphere}/run.sh +1 -1
- package/package.json +12 -21
- package/scripts/sorry-cypress.mjs +17 -7
- package/deploy/essayResponseBasicQuestion/deploy.yaml +0 -30
- package/deploy/essayResponseBasicQuestion/run.sh +0 -7
- package/deploy/essayResponseMathQuestion/deploy.yaml +0 -30
- package/deploy/essayResponseMathQuestion/run.sh +0 -7
- package/deploy/listOrderingDropdownQuestion/deploy.yaml +0 -30
- package/deploy/listOrderingDropdownQuestion/run.sh +0 -7
- package/deploy/listOrderingReorderQuestion/deploy.yaml +0 -30
- package/deploy/listOrderingReorderQuestion/run.sh +0 -7
- package/deploy/matchingDropdownQuestion/deploy.yaml +0 -30
- package/deploy/matchingDropdownQuestion/run.sh +0 -7
- package/deploy/multipleSelectionGridQuestion/deploy.yaml +0 -30
- package/deploy/multipleSelectionGridQuestion/run.sh +0 -7
- package/deploy/numberLineLabelQuestion/deploy.yaml +0 -30
- package/deploy/numberLineLabelQuestion/run.sh +0 -7
- package/deploy/singleSelectionGridQuestion/deploy.yaml +0 -30
- package/deploy/singleSelectionGridQuestion/run.sh +0 -7
- package/deploy/textEntryMathImageQuestion/deploy.yaml +0 -30
- package/deploy/textEntryMathImageQuestion/run.sh +0 -7
package/Dockerfile
CHANGED
@@ -16,26 +16,16 @@ RUN chmod +x ./deploy/e2e/run.sh
|
|
16
16
|
RUN chmod +x ./deploy/smoke/run.sh
|
17
17
|
RUN chmod +x ./deploy/migration/run.sh
|
18
18
|
RUN chmod +x ./deploy/essayQuestion/run.sh
|
19
|
-
RUN chmod +x ./deploy/
|
19
|
+
RUN chmod +x ./deploy/thinkSphere/run.sh
|
20
20
|
RUN chmod +x ./deploy/textEntryMathQuestion/run.sh
|
21
|
-
RUN chmod +x ./deploy/textEntryMathImageQuestion/run.sh
|
22
21
|
RUN chmod +x ./deploy/DNDIntoCategoriesQuestion/run.sh
|
23
22
|
RUN chmod +x ./deploy/graphingQuestion/run.sh
|
24
23
|
RUN chmod +x ./deploy/imageHighlightQuestion/run.sh
|
25
24
|
RUN chmod +x ./deploy/multipleSelectionQuestion/run.sh
|
26
|
-
RUN chmod +x ./deploy/multipleSelectionGridQuestion/run.sh
|
27
|
-
RUN chmod +x ./deploy/singleSelectionQuestion/run.sh
|
28
|
-
RUN chmod +x ./deploy/singleSelectionGridQuestion/run.sh
|
29
|
-
RUN chmod +x ./deploy/textSelectionQuestion/run.sh
|
30
|
-
RUN chmod +x ./deploy/numberLineLabelQuestion/run.sh
|
31
|
-
RUN chmod +x ./deploy/numberLineQuestion/run.sh
|
32
|
-
RUN chmod +x ./deploy/matchingQuestion/run.sh
|
33
|
-
RUN chmod +x ./deploy/matchingDropdownQuestion/run.sh
|
34
|
-
RUN chmod +x ./deploy/listOrderingDropdownQuestion/run.sh
|
35
25
|
RUN chmod +x ./deploy/listOrderingQuestion/run.sh
|
36
|
-
RUN chmod +x ./deploy/
|
37
|
-
RUN chmod +x ./deploy/
|
38
|
-
RUN chmod +x ./deploy/
|
26
|
+
RUN chmod +x ./deploy/fillInTheGapsQuestion/run.sh
|
27
|
+
RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
|
28
|
+
RUN chmod +x ./deploy/resourcesAndToolsQuestion/run.sh
|
39
29
|
|
40
30
|
RUN npm ci
|
41
31
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
3
|
+
name: item-engine-ui-audio-response
|
4
4
|
type: integration_test
|
5
5
|
|
6
6
|
variables:
|
@@ -14,7 +14,7 @@ deployment:
|
|
14
14
|
completions: 7
|
15
15
|
|
16
16
|
image:
|
17
|
-
cmd: /ie-e2e/deploy/
|
17
|
+
cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
3
|
+
name: item-engine-ui-feedback-scale
|
4
4
|
type: integration_test
|
5
5
|
|
6
6
|
variables:
|
@@ -14,7 +14,7 @@ deployment:
|
|
14
14
|
completions: 7
|
15
15
|
|
16
16
|
image:
|
17
|
-
cmd: /ie-e2e/deploy/
|
17
|
+
cmd: /ie-e2e/deploy/feedbackScaleQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
3
|
+
name: item-engine-ui-fig-text
|
4
4
|
type: integration_test
|
5
5
|
|
6
6
|
variables:
|
@@ -14,7 +14,7 @@ deployment:
|
|
14
14
|
completions: 7
|
15
15
|
|
16
16
|
image:
|
17
|
-
cmd: /ie-e2e/deploy/
|
17
|
+
cmd: /ie-e2e/deploy/fillInTheGapsQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
global:
|
2
2
|
team: itemengine
|
3
|
-
name: item-engine-ui-
|
3
|
+
name: item-engine-ui-reading-ruler
|
4
4
|
type: integration_test
|
5
5
|
|
6
6
|
variables:
|
@@ -14,7 +14,7 @@ deployment:
|
|
14
14
|
completions: 7
|
15
15
|
|
16
16
|
image:
|
17
|
-
cmd: /ie-e2e/deploy/
|
17
|
+
cmd: /ie-e2e/deploy/resourcesAndToolsQuestion/run.sh
|
18
18
|
|
19
19
|
resources:
|
20
20
|
limits:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.321-IEI-5346-pipelines-55a3d54.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -18,27 +18,18 @@
|
|
18
18
|
"cy:ilprod": "cypress open --env fileConfig=ilprod",
|
19
19
|
"cy:ilqa": "cypress open --env fileConfig=ilqa",
|
20
20
|
"cy:ilstage": "cypress open --env fileConfig=ilstage",
|
21
|
-
"spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=
|
22
|
-
"spinnaker:
|
23
|
-
"spinnaker:textEntryMath": "node scripts/questions.mjs --env theme=ilc,questionType=
|
24
|
-
"spinnaker:textEntryMathImage": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMathWithImage,grepTags=-css+-a11y",
|
21
|
+
"spinnaker:essayResponse": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponse_EssayResponseBasic_EssayResponseMath_DrawingResponse_ShortTextResponseNew,grepTags=-css+-a11y",
|
22
|
+
"spinnaker:thinkSphereQuestion": "node scripts/questions.mjs --env theme=ilc,questionType=ThinkSphere,grepTags=-css+-a11y",
|
23
|
+
"spinnaker:textEntryMath": "node scripts/questions.mjs --env theme=ilc,questionType=TextEntryMath_TextEntryMathWithImage,grepTags=-css+-a11y",
|
25
24
|
"spinnaker:DNDIntoCategories": "node scripts/questions.mjs --env theme=ilc,questionType=DragAndDropIntoCategoriesNew,grepTags=-css+-a11y",
|
26
|
-
"spinnaker:multipleSelection": "node scripts/questions.mjs --env theme=ilc,questionType=
|
27
|
-
"spinnaker:
|
28
|
-
"spinnaker:
|
29
|
-
"spinnaker:
|
30
|
-
"spinnaker:
|
31
|
-
"spinnaker:
|
32
|
-
"spinnaker:
|
33
|
-
"spinnaker:
|
34
|
-
"spinnaker:numberLine": "node scripts/questions.mjs --env theme=ilc,questionType=NumberLine,grepTags=-css+-a11y",
|
35
|
-
"spinnaker:matching": "node scripts/questions.mjs --env theme=ilc,questionType=Matching,grepTags=-css+-a11y",
|
36
|
-
"spinnaker:matchingDropdown": "node scripts/questions.mjs --env theme=ilc,questionType=MatchingDropdown,grepTags=-css+-a11y",
|
37
|
-
"spinnaker:listOrderingDropdown": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingDropdown,grepTags=-css+-a11y",
|
38
|
-
"spinnaker:listOrdering": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingNew,grepTags=-css+-a11y",
|
39
|
-
"spinnaker:listOrderingReorder": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingReorderAsASeperateList,grepTags=-css+-a11y",
|
40
|
-
"spinnaker:essayResponseBasic": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponseBasic,grepTags=-css+-a11y",
|
41
|
-
"spinnaker:essayResponseMath": "node scripts/questions.mjs --env theme=ilc,questionType=EssayResponseMath,grepTags=-css+-a11y"
|
25
|
+
"spinnaker:multipleSelection": "node scripts/questions.mjs --env theme=ilc,questionType=MultipleSelection_SingleSelection_MultipleSelectionGridNew_SingleSelectionGridNew,grepTags=-css+-a11y",
|
26
|
+
"spinnaker:graphing": "node scripts/questions.mjs --env theme=ilc,questionType=Graphing_NumberLineLabel_NumberLine_ChartsBar_ChartsDotsPlot_ChartsLine,grepTags=-css+-a11y",
|
27
|
+
"spinnaker:imageHighlight": "node scripts/questions.mjs --env theme=ilc,questionType=ImageHighlight_GridFill_TextSelection,=-css+-a11y",
|
28
|
+
"spinnaker:listOrdering": "node scripts/questions.mjs --env theme=ilc,questionType=ListOrderingNew_ListOrderingDropdown_ListOrderingReorderAsASeperateList_Matching_MatchingDropdown,grepTags=-css+-a11y",
|
29
|
+
"spinnaker:fillInTheGaps": "node scripts/questions.mjs --env theme=ilc,questionType=FillInTheGapsTextNew_FillInTheGapsOverImageTextNew_FillInTheGapsDropdownNew_FillInTheGapsDragAndDropNew_FillInTheGapsOverImageDropdownNew_FillInTheGapsOverImageDragAndDrop,grepTags=-css+-a11y",
|
30
|
+
"spinnaker:audioResponse": "node scripts/questions.mjs --env theme=ilc,questionType=AudioResponseNew_VideoResponseNew_UploadResponse_ToolAudioPlayerNew,grepTags=-css+-a11y",
|
31
|
+
"spinnaker:feedbackScale": "node scripts/questions.mjs --env theme=ilc,questionType=FeedbackScaleNew_BrainingCampManipulative_EditItem_ToolSettings,grepTags=-css+-a11y",
|
32
|
+
"spinnaker:resourcesAndTools": "node scripts/questions.mjs --env theme=ilc,questionType=Compass_ContentBlocks_Protractor_ReadingRuler_SimpleCalculator_Ruler,grepTags=-css+-a11y"
|
42
33
|
},
|
43
34
|
"repository": {
|
44
35
|
"type": "git",
|
@@ -181,16 +181,26 @@ export function runSorryCypressQuestions() {
|
|
181
181
|
const user = OS.userInfo().username;
|
182
182
|
startTime = Math.round(Date.now() / 1000000);
|
183
183
|
ciBuildId = setCiBuildId(user, startTime);
|
184
|
-
|
185
|
-
console.log("🚀 ~ runSorryCypressQuestions ~ envArgs:", envArgs)
|
186
|
-
|
187
|
-
//
|
184
|
+
let envArgs = setCommandLineEnvArgs();
|
185
|
+
console.log("🚀 ~ runSorryCypressQuestions ~ envArgs (before removing questionType):", envArgs);
|
186
|
+
|
187
|
+
// Extract and remove questionType from envArgs
|
188
188
|
const match = envArgs.match(/questionType=([^,]+)/);
|
189
|
-
console.log("🚀 ~ runSorryCypressQuestions ~ match:", match)
|
190
189
|
const questionType = match ? match[1] : "**"; // Default to "**" if not found
|
191
|
-
console.log("🚀 ~ runSorryCypressQuestions ~ questionType:", questionType)
|
190
|
+
console.log("🚀 ~ runSorryCypressQuestions ~ questionType:", questionType);
|
191
|
+
|
192
|
+
envArgs = envArgs.replace(/questionType=[^,]+,?/, "").trim(); // Remove questionType from envArgs
|
193
|
+
console.log("🚀 ~ runSorryCypressQuestions ~ envArgs (after removing questionType):", envArgs);
|
194
|
+
|
195
|
+
// Handling multiple question types (underscore-separated)
|
196
|
+
const questionTypes = questionType.split("_");
|
197
|
+
console.log("🚀 ~ runSorryCypressQuestions ~ questionTypes:", questionTypes);
|
198
|
+
|
199
|
+
// Creating spec paths for Cypress
|
200
|
+
const specPaths = questionTypes.map(type => `cypress/e2e/ILC/${type}/**/*.js`).join(",");
|
201
|
+
console.log("🚀 ~ runSorryCypressQuestions ~ specPaths:", specPaths);
|
192
202
|
|
193
|
-
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "
|
203
|
+
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
|
194
204
|
console.log(`command: ${command}`);
|
195
205
|
execSync(command, { stdio: "inherit" });
|
196
206
|
}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
global:
|
2
|
-
team: itemengine
|
3
|
-
name: item-engine-ui-essay-response-basic
|
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/essayResponseBasicQuestion/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-essay-response-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: 2
|
14
|
-
completions: 2
|
15
|
-
|
16
|
-
image:
|
17
|
-
cmd: /ie-e2e/deploy/essayResponseMathQuestion/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-dropdown
|
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/listOrderingDropdownQuestion/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-reorder
|
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/listOrderingReorderQuestion/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-matching-dropdown
|
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/matchingDropdownQuestion/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-grid
|
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/multipleSelectionGridQuestion/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-number-line-label
|
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/numberLineLabelQuestion/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-single-selection-grid
|
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/singleSelectionGridQuestion/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-image
|
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/textEntryMathImageQuestion/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 }}"
|