Skip to content

Commit

Permalink
Remove upgrade validation workflow (#2474)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer authored Jan 13, 2022
1 parent 3722a05 commit 53a81e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 111 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ on:
- main
concurrency: e2e-tests
jobs:
validate-upgrade:
uses: kedacore/keda/.github/workflows/upgrade-validation-template.yml@main
with:
registryUser: ${{ github.repository_owner }}
secrets:
registryPAT: ${{ secrets.GHCR_AUTH_PAT }}

validate:
name: Validate
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,3 @@ jobs:
TEST_LOG_ANALYTICS_WORKSPACE_ID: ${{ secrets.TEST_LOG_ANALYTICS_WORKSPACE_ID }}
TEST_STORAGE_CONNECTION_STRING: ${{ secrets.TEST_STORAGE_CONNECTION_STRING }}
run: make e2e-test

validate-upgrade:
uses: kedacore/keda/.github/workflows/upgrade-validation-template.yml@main
100 changes: 0 additions & 100 deletions .github/workflows/upgrade-validation-template.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

### Other

- **General:** Add workflow for testing breaking changes on CRDs (`Scaled{Object|Job}`) ([#2450](https://github.com/kedacore/keda/pull/2450))|([#2465](https://github.com/kedacore/keda/pull/2465))|([#2466](https://github.com/kedacore/keda/pull/2466))
- TODO ([#XXX](https://github.com/kedacore/keda/pull/XXX))

## v2.5.0

Expand Down

0 comments on commit 53a81e9

Please sign in to comment.