Development: Update Theia portal URL to staging for all test environments#56
Development: Update Theia portal URL to staging for all test environments#56
Development: Update Theia portal URL to staging for all test environments#56Conversation
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.
📝 WalkthroughWalkthroughFour Ansible environment configuration files are updated to redirect their Theia portal URL endpoint from individual test environment domains to a unified staging domain. Each file's Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Motivation and Context
All test environments (TS1, TS2, TS3, TS9) are currently pointing to different Theia test cluster URLs. Since the Theia team maintains a stable staging environment, test environments should use this for consistency and stability.
Since the test1, test2, and test3 clusters are primarily intended for individual or experimental testing and do not guarantee stability, using the shared staging environment ensures a more reliable and consistent setup across all test systems.
Related: This aligns all test environments with the existing staging1 and staging2 configurations which already use
theia-staging.artemis.cit.tum.de.Description
Updated the Theia portal URL configuration for all test environments to point to the stable staging Theia instance:
Changed files:
group_vars/artemistests_theia.yml(affects TS9):test1.theia-test→theia-staginggroup_vars/artemistest1.yml:test1.theia-test→theia-staginggroup_vars/artemistest2.yml:test2.theia-test→theia-staginggroup_vars/artemistest3.yml:test3.theia-test→theia-stagingAll test environments now use
https://theia-staging.artemis.cit.tum.deinstead of their individual test cluster URLs.