itemengine-cypress-automation 1.0.481-IEI-6720-e469b68.0 → 1.0.481-IEI-6793-55fc808.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.
@@ -0,0 +1,22 @@
1
+ global:
2
+ name: item-engine-ui-audio-response
3
+ type: job
4
+ autoDeploy:
5
+ enabled: true
6
+ highestEnvironment: dev
7
+
8
+ deployment:
9
+ activeDeadlineSeconds: 7200
10
+ architecture: arm64
11
+ backoffLimit: 25
12
+ completions: 7
13
+ parallelism: 7
14
+ image:
15
+ cmd: /ie-e2e/deploy/audioResponseQuestion/run.sh
16
+ resources:
17
+ limits:
18
+ memory: 8446Mi
19
+ cpu: 5000m
20
+ requests:
21
+ memory: 4096Mi
22
+ cpu: 2000m
package/il.yaml CHANGED
@@ -1,11 +1,29 @@
1
1
  # yaml-language-server: $schema=https://schema-validator.imaginelearning.tech/il.yaml/v2.0.json
2
2
 
3
3
  meta:
4
- owner: undeclared # Set this to the squad that maintains this repo
4
+ owner: itemengine
5
5
  trackingId: 87b2338d-3ea4-45cc-bd63-73d1f4a73a6c
6
-
6
+ system: ngie
7
+ domain: content
8
+
7
9
  # otk:
8
10
 
11
+ otk:
12
+ enabled: true
13
+ build:
14
+ platform: arm64
15
+ linuxDistribution: alpine
16
+ language: node
17
+ languageVersion: "20"
18
+ deployables:
19
+ - ./deploy/audioResponseQuestion/service.yaml
20
+ deployConfig:
21
+ environments:
22
+ - dev
23
+ - qa
24
+ - staging
25
+ - prod
26
+
9
27
  # catalog:
10
28
 
11
29
  spartanzBot:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.481-IEI-6720-e469b68.0",
3
+ "version": "1.0.481-IEI-6793-55fc808.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {