Skip to content

Commit

Permalink
Don't use LM for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 11, 2024
1 parent cab4aeb commit 20de393
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .github/workflows/pull-with-lifecycle-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
kubectl version
kubectl cluster-info
- name: Deploy lifecycle-manager
run: |
make -C hack/ci/ install-lifecycle-manager
- name: Wait for the 'pull-nats-manager-build' job to succeed
uses: kyma-project/wait-for-commit-status-action@2b3ffe09af8b6f40e1213d5fb7f91a7bd41ffb20
with:
Expand Down Expand Up @@ -63,19 +59,10 @@ jobs:
GITHUB_OWNER: "${{ github.repository_owner }}"
GITHUB_REPO: "nats-manager"

- name: Download & validate NATS module template
env:
PR_NUMBER: "${{ github.event.number }}"
COMMIT_STATUS_JSON: "${{ steps.wait-nats-module-build.outputs.json }}"
run: |
make -C hack/ci/ download-module-template
kubectl apply -f module-template.yaml --dry-run=client
- name: Install & enable NATS module template
- name: Install the NATS manager from current commit
run: |
make -C hack/ci/ install-module-template
make -C hack/ci/ enable-module-without-default-cr
make -C hack/ci/ verify-kyma
make -C hack/ci/ create-kyma-system-ns
make deploy IMG=${DOCKER_IMAGE}
- name: Setup & test NATS CR
run: |
Expand Down Expand Up @@ -147,10 +134,7 @@ jobs:
GITHUB_OWNER: "${{ github.repository_owner }}"
GITHUB_REPO: "nats-manager"

- name: Download & install the new NATS manager from current commit
env:
PR_NUMBER: "${{ github.event.number }}"
COMMIT_STATUS_JSON: "${{ steps.wait-nats-module-build.outputs.json }}"
- name: Install the new NATS manager from current commit
run: |
make deploy IMG=${DOCKER_IMAGE}
Expand Down

0 comments on commit 20de393

Please sign in to comment.