itemengine-cypress-automation 1.0.545 → 1.0.546

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.
@@ -0,0 +1,30 @@
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 }}"
@@ -0,0 +1,30 @@
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 }}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.545",
3
+ "version": "1.0.546",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/service.yaml CHANGED
@@ -75,27 +75,10 @@ deployment:
75
75
  aws:
76
76
  enabled: true
77
77
  permissions:
78
- - service: "dynamodbTable"
79
- accessType: "full"
78
+ - service: dynamodbTable
79
+ accessType: full
80
80
  resources:
81
- - name: "activity-management"
82
- - name: "asset-migration-status"
83
- - name: "assignment-management"
84
- - name: "authorisation-management"
85
- - name: "braincamp-manipulatives-initial-states"
86
- - name: "consumer-management"
87
- - name: "failed-submission-management"
88
- - name: "file-management"
89
- - name: "item-management"
90
- - name: "item-status"
91
- - name: "migration-data"
92
- - name: "migration-status-management"
93
- - name: "pending-elasticsearch-updates"
94
- - name: "pending-score-responses"
95
- - name: "rubric-consumer-management"
96
- - name: "rubric-management"
97
- - name: "sandbox-user-management"
98
- - name: "scoring-management"
81
+ - name: "*"
99
82
  env:
100
83
  - name: OTK_VERSION
101
84
  value: "2"