Skip to content

Commit

Permalink
ci: Remove nightly checks on EOL 1.2.x (#598)
Browse files Browse the repository at this point in the history
* Disable nightly checks on 1.2.x

1.2 is now EOL with the release of 1.4

* Regenerate the 1.4 RHDH manifest to match what's in the release-1.4 branch
  • Loading branch information
rm3l authored Dec 20, 2024
1 parent 6e5ad1b commit 1bafd21
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 1,000 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nightly-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
from_version:
- 1.2
- 1.3
- 1.4
to_branch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- main
- release-1.4
- release-1.3
- 1.2.x
name: 'E2E Tests on ${{ matrix.branch }}'
concurrency:
group: '${{ github.workflow }}-${{ matrix.branch }}'
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/e2e_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var _ = Describe("Operator upgrade with existing instances", func() {
const managerPodLabel = "control-plane=controller-manager"
const crName = "my-backstage-app"

var defaultFromDeploymentManifest = filepath.Join(projectDir, "tests", "e2e", "testdata", "rhdh-operator-1.2.yaml")
var defaultFromDeploymentManifest = filepath.Join(projectDir, "tests", "e2e", "testdata", "rhdh-operator-1.3.yaml")
var fromDeploymentManifest string

BeforeEach(func() {
Expand Down
Loading

0 comments on commit 1bafd21

Please sign in to comment.