Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions group_vars/artemistest1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,3 @@ athena:
url: "https://athena-test1.ase.cit.tum.de"
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest1').get('athena_secret') }}"
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"

theia:
portal_url: https://theia-staging.artemis.cit.tum.de
images:
java:
Java-17: "java-17-latest"
c:
C: "c-latest"
javascript:
Javascript: "javascript-latest"
ocaml:
Ocaml: "ocaml-latest"
python:
Python: "python-latest"
rust:
Rust: "rust-latest"
16 changes: 0 additions & 16 deletions group_vars/artemistest2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,3 @@ athena:
url: "https://athena-test1.ase.cit.tum.de"
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest2').get('athena_secret') }}"
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"

theia:
portal_url: https://theia-staging.artemis.cit.tum.de
images:
java:
Java-17: "java-17-latest"
c:
C: "c-latest"
javascript:
Javascript: "javascript-latest"
ocaml:
Ocaml: "ocaml-latest"
python:
Python: "python-latest"
rust:
Rust: "rust-latest"
16 changes: 0 additions & 16 deletions group_vars/artemistest3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,6 @@ athena:
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('athena_secret') }}"
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"

theia:
portal_url: https://theia-staging.artemis.cit.tum.de
images:
java:
Java-17: "java-17-latest"
c:
C: "c-latest"
javascript:
Javascript: "javascript-latest"
ocaml:
Ocaml: "ocaml-latest"
python:
Python: "python-latest"
rust:
Rust: "rust-latest"

atlas:
atlasml:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions hosts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ artemistest9
artemistest10

[artemistests_theia:children]
artemistest1
artemistest2
artemistest3
artemistest9

[artemis_infrastructure]
Expand Down