Skip to content
This repository was archived by the owner on Jun 12, 2019. It is now read-only.

Commit 0df5913

Browse files
Update to use new config version
1 parent e359a96 commit 0df5913

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

metis.config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
project_token: {{token}}
22
name: {{name}}
3-
language: python
4-
entrypoint: main.py
5-
resources:
6-
limits:
7-
cpu: 6
8-
memory: 2Gi
3+
jobs:
4+
- job_id: {{job_id}}
5+
language: python
6+
name: Main
7+
entrypoint: main.py
8+
resources:
9+
limits:
10+
cpu: 6
11+
memory: 2Gi

0 commit comments

Comments
 (0)