Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: test_flags parameter for e2e #853

Merged
merged 1 commit into from
Jan 28, 2025
Merged
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
5 changes: 5 additions & 0 deletions orbs/shared/jobs/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ parameters:
description: Use devspace to run e2e tests inside of k8s cluster. No devconfig or localizer needed.
type: boolean
default: false
test_flags:
description: Flags to pass to the e2e test runner
type: string
default: ""
executor:
name: testbed-machine
environment:
Expand All @@ -36,6 +40,7 @@ environment:
GO_TEST_TIMEOUT: << parameters.go_test_timeout >>
PROVISION_TARGET: << parameters.provision_target >>
USE_DEVSPACE: << parameters.use_devspace >>
TEST_FLAGS: << parameters.test_flags >>
resource_class: << parameters.resource_class >>
steps:
- setup_environment:
Expand Down