Skip to content

Commit 0d630d4

Browse files
CodeByNikolasMtze
andauthored
Development: Update Theia portal URL to staging for test environments (#56)
All test environments (TS1, TS2, TS3, TS9) now point to the stable theia-staging.artemis.cit.tum.de instead of individual test cluster URLs. This ensures developers test against the most stable Theia environment. Co-authored-by: Matthias Linhuber <matthias.linhuber@tum.de>
1 parent bee5258 commit 0d630d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

group_vars/artemistest1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ athena:
2525
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
2626

2727
theia:
28-
portal_url: https://test1.theia-test.artemis.cit.tum.de
28+
portal_url: https://theia-staging.artemis.cit.tum.de
2929
images:
3030
java:
3131
Java-17: "java-17-latest"

group_vars/artemistest2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ athena:
1313
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
1414

1515
theia:
16-
portal_url: https://test2.theia-test.artemis.cit.tum.de
16+
portal_url: https://theia-staging.artemis.cit.tum.de
1717
images:
1818
java:
1919
Java-17: "java-17-latest"

group_vars/artemistest3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ athena:
2525
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
2626

2727
theia:
28-
portal_url: https://test3.theia-test.artemis.cit.tum.de
28+
portal_url: https://theia-staging.artemis.cit.tum.de
2929
images:
3030
java:
3131
Java-17: "java-17-latest"

group_vars/artemistests_theia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
theia:
3-
portal_url: https://test1.theia-test.artemis.cit.tum.de
3+
portal_url: https://theia-staging.artemis.cit.tum.de
44

55
images:
66
java:

0 commit comments

Comments
 (0)