Skip to content

Commit

Permalink
Change URL of public-testing CUBE
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Feb 5, 2024
1 parent 654226f commit aa6a616
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/internal/deployments/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const deployments: DeploymentInfo[] = [
),
},
{
url: "https://test-cube-hosting-of-medical-image-analysis-platform-dcb83b.apps.shift.nerc.mghpcc.org/api/v1/",
url: "https://publictesting-hosting-of-medical-image-analysis-platform-dcb83b.apps.shift.nerc.mghpcc.org/api/v1/",
description:
"Public CUBE for testing against the CUBE API in CI environments.",
host: "NERC (OpenShift)",
Expand All @@ -92,6 +92,12 @@ const deployments: DeploymentInfo[] = [
},
isChris: true,
public: true,
notes: (
<span>
I plan to implement a cron job which deletes all users and all user data older than a week,
excluding special users such as `fnndsc` (admin) and `chrisui` (test user reused in each test run).
</span>
)
},
{
url: "http://chris-next.tch.harvard.edu",
Expand Down

0 comments on commit aa6a616

Please sign in to comment.