Skip to content

Commit

Permalink
chore: remove uds-runtime (ui)
Browse files Browse the repository at this point in the history
Signed-off-by: catsby <clint@defenseunicorns.com>
  • Loading branch information
catsby committed Nov 7, 2024
1 parent 037af77 commit 2ac5201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/config/lang/lang.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,4 @@ const (
CmdPeprMonitorTimestampFlag = "Show timestamps in Pepr logs"
CmdPeprMonitorSinceFlag = "Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs."
CmdPeprMonitorJSONFlag = "Return the raw JSON output of the logs"

// ui
CmdUIShort = "[beta] Launch UDS Runtime and view UI"
)
4 changes: 2 additions & 2 deletions tasks/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ tasks:
- cmd: cd src/test/e2e && go test -failfast -v -timeout 30m optional_bundle_test.go commands_test.go main_test.go

- name: vendor
description: only run tests for vendored apps (zarf, maru, runtime, security hub)
- cmd: cd src/test/e2e && go test -failfast -v -timeout 30m zarf_test.go runner_test.go ui_test.go security_hub_test.go commands_test.go main_test.go
description: only run tests for vendored apps (zarf, maru, security hub)
- cmd: cd src/test/e2e && go test -failfast -v -timeout 30m zarf_test.go runner_test.go security_hub_test.go commands_test.go main_test.go

- name: engine-e2e
description: only run engine e2e tests
Expand Down

0 comments on commit 2ac5201

Please sign in to comment.