Skip to content

Commit

Permalink
.github/workflows: Disable permafailing jobs on nightly workflow (#10473
Browse files Browse the repository at this point in the history
)

Signed-off-by: timflannagan <[email protected]>
  • Loading branch information
timflannagan authored Jan 17, 2025
1 parent 17dffbe commit fe02f79
Show file tree
Hide file tree
Showing 2 changed files with 214 additions and 542 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conformance-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- standard
- distroless
version:
description: "Optional: Specify an existing Gloo Gateway release tag to deploy and test (e.g., 1.17.3). Leave empty to use the default branch."
description: "Optional: Specify an existing kgateway release tag to deploy and test. Leave empty to use the default branch."
required: false
type: string

Expand All @@ -39,6 +39,3 @@ jobs:

- name: Run Conformance Tests
uses: ./.github/actions/kube-gateway-api-conformance-tests

# TODO(tim): Add support for downloading the test results and creating
# a pull request whenever a new release > 1.17+ is cut.
Loading

0 comments on commit fe02f79

Please sign in to comment.