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

test(e2e): allow for manual triggering of E2E suite #24

Closed
Closed
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
4 changes: 4 additions & 0 deletions .github/workflows/e2e-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
required: true
E2E_SUBSCRIPTION_ID:
required: true
workflow_dispatch:
inputs:
git_ref:
type: string
jobs:
initialize-generative-params:
runs-on: ubuntu-latest
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
name: E2E
on:
workflow_dispatch:
inputs:
git_ref:
type: string
suite:
type: string
required: true
hash:
type: string
description: "suffix to use on the Azure resources"
required: true
workflow_call:
inputs:
# region:
Expand Down