diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index 0a9092172..f81da2a4f 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -68,4 +68,4 @@ jobs: run: pnpm e2e working-directory: ./dashboard env: - PLAYWRIGHT_TEST_BASE_URL: https://staging.dashboard.kernelci.org:9000 + PLAYWRIGHT_TEST_BASE_URL: https://staging.dashboard.kernelci.org diff --git a/backend/kernelCI_app/constants/general.py b/backend/kernelCI_app/constants/general.py index 3c7ace75c..bd4539fe2 100644 --- a/backend/kernelCI_app/constants/general.py +++ b/backend/kernelCI_app/constants/general.py @@ -10,4 +10,4 @@ SCHEMA_VERSION_ENV_FILE = "kernelCI/envconfig/schema-version.yaml" PRODUCTION_HOST = "https://dashboard.kernelci.org" -STAGING_HOST = "https://staging.dashboard.kernelci.org:9000" +STAGING_HOST = "https://staging.dashboard.kernelci.org" diff --git a/dashboard/.env.example b/dashboard/.env.example index 798642900..f9432475e 100644 --- a/dashboard/.env.example +++ b/dashboard/.env.example @@ -7,4 +7,4 @@ VITE_FEATURE_FLAG_SHOW_DEV=false VITE_FEATURE_FLAG_TREE_LISTING_VERSION=v1 VITE_FEATURE_FLAG_HARDWARE_LISTING_VERSION=v1 -PLAYWRIGHT_TEST_BASE_URL=https://staging.dashboard.kernelci.org:9000 +PLAYWRIGHT_TEST_BASE_URL=https://staging.dashboard.kernelci.org diff --git a/dashboard/README.md b/dashboard/README.md index 66cef19da..6a5e8971b 100644 --- a/dashboard/README.md +++ b/dashboard/README.md @@ -38,7 +38,7 @@ cp .env.example .env # Edit the .env file to set PLAYWRIGHT_TEST_BASE_URL to your desired environment # Available environments: -# - Staging: https://staging.dashboard.kernelci.org:9000 (default) +# - Staging: https://staging.dashboard.kernelci.org (default) # - Production: https://dashboard.kernelci.org # - Local: http://localhost:5173 diff --git a/docs/Onboarding.md b/docs/Onboarding.md index 9939e2423..f09a5c491 100644 --- a/docs/Onboarding.md +++ b/docs/Onboarding.md @@ -23,7 +23,7 @@ This frontend is written in TypeScript and uses the React library. ## Tasks > Note: > In case you don't have access to the backend, feel free to use the staging api to run the Frontend Code and send PRs. -> https://staging.dashboard.kernelci.org:9000 +> https://staging.dashboard.kernelci.org > You can also ask for access in the #webdashboard channel in the KernelCI Discord. > Remember: