Skip to content

Commit

Permalink
Improve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 29, 2024
1 parent 48971b9 commit ffc4911
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/upgrade-tests-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install k3d tools
run: make -C hack/ci/ install-k3d-tools

- name: Install Kyma CLI & setup k3d cluster using kyma CLI
- name: Install Kyma CLI & setup k3d cluster using Kyma CLI
run: |
make kyma
make -C hack/ci/ create-k3d
Expand All @@ -53,13 +53,13 @@ jobs:
run: |
make -C hack/ci/ wait-nats-cr-ready
- name: Install Eventing Manager before Upgrade
- name: Install Eventing manager before upgrade
run: |
pre_upgrade_image=$(./hack/ci/build-full-image-path.sh ${{ inputs.pre-upgrade-image-tag }})
echo "Pre-upgrade image: $pre_upgrade_image"
make deploy IMG=$pre_upgrade_image
- name: Create test resources and waits for eventing CR readiness
- name: Create test resources and wait for eventing CR readiness
run: |
export MANAGER_IMAGE=$(./hack/ci/build-full-image-path.sh ${{ inputs.pre-upgrade-image-tag }})
make e2e-setup
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Post-upgrade checkout
run: git checkout -b ${{ inputs.post-upgrade-image-tag }}

- name: Install Eventing manager after Upgrade
- name: Install Eventing manager after upgrade
run: |
post_upgrade_image=$(./hack/ci/build-full-image-path.sh ${{ inputs.post-upgrade-image-tag }})
echo "Post-upgrade image: $post_upgrade_image"
Expand All @@ -99,7 +99,7 @@ jobs:
run: |
make e2e-eventing
- name: Cleanup Test Resources
- name: Cleanup test resources
run: |
make e2e-eventing-cleanup
make e2e-cleanup
Expand Down

0 comments on commit ffc4911

Please sign in to comment.