Skip to content

Commit

Permalink
Fix non-blocking deletion test
Browse files Browse the repository at this point in the history
  • Loading branch information
nesmabadr committed Oct 14, 2024
1 parent 066bba5 commit 4685f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy template-operator With ModuleReleaseMeta
description: Deploys a test-specific template-operator and corresponding ModuleReleaseMeta.
inputs:
deploy_modulereleasemeta:
description: A flag to indicate with to apply the ModuleReleaseMeta CR for Template Operator module.
runs:
using: composite
steps:
Expand Down Expand Up @@ -31,7 +28,6 @@ runs:
- name: Apply Template Operator Module and ModuleReleaseMeta for regular and fast channels
working-directory: lifecycle-manager
if: ${{ matrix.e2e-test == 'module-upgrade-channel-switch' ||
matrix.e2e-test == 'module-upgrade-new-version' ||
matrix.e2e-test == 'upgrade-under-deletion'
}}
shell: bash
Expand Down Expand Up @@ -92,6 +88,8 @@ runs:
channels:
- channel: fast
version: 2.4.2-e2e-test
- channel: regular
version: 1.0.1
moduleName: template-operator
EOF
kubectl apply -f mrm.yaml
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-e2e-with-modulereleasemeta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- purge-controller
- purge-metrics
- module-upgrade-channel-switch
- module-upgrade-new-version
- unmanage-module
- skip-manifest-reconciliation
- ca-certificate-rotation
Expand Down

0 comments on commit 4685f40

Please sign in to comment.