Skip to content

Commit 9b079e6

Browse files
committed
update build versions in settings, test workflow update
Signed-off-by: dalthecow <[email protected]>
1 parent 1741526 commit 9b079e6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
with:
253253
github_token: ${{ secrets.GITHUB_TOKEN }}
254254
publish_dir: ./src/ui/out
255-
destination_dir: ui/pr/${{ steps.build.outputs.pr_number }}
255+
destination_dir: ui/pr/${{ GITHUB_REF }}/${{ TAG }}
256256
keep_files: false
257257
user_name: ${{ github.actor }}
258258
user_email: ${{ github.actor }}@users.noreply.github.com

src/guidellm/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class Environment(str, Enum):
3232

3333

3434
ENV_REPORT_MAPPING = {
35-
Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.3.1/index.html",
36-
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.3.1/index.html",
35+
Environment.PROD: "https://blog.vllm.ai/guidellm/ui/v0.4.0/index.html",
36+
Environment.STAGING: "https://blog.vllm.ai/guidellm/ui/release/v0.4.0/index.html",
3737
Environment.DEV: "https://blog.vllm.ai/guidellm/ui/dev/index.html",
3838
Environment.LOCAL: "http://localhost:3000/index.html",
3939
}

src/ui/lib/store/runInfoWindowData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export const runInfoScript = `window.runInfo = {
77
"dataset": {
88
"name": "N/A"
99
},
10-
"timestamp": 1744310555.0286171
10+
"timestamp": 1744311555.0286171
1111
};`;

0 commit comments

Comments
 (0)