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
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion backend/kernelCI_app/constants/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion dashboard/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/Onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down