Skip to content

Commit

Permalink
Revert "fix: speed up integration tests (#1474)" (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Feb 18, 2025
1 parent 8d58f03 commit 9ea6bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/_integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@ jobs:
- uses: ./.github/actions/create-k3d-cluster
- name: run test
run: |
# we modify install-serverless-custom-operator target with a custom CR to get faster git reconcilation
make -C components/operator deploy
kubectl apply -f config/samples/default-serverless-cr-fast-requeue.yaml
make -C components/operator check-serverless-installation
make install-serverless-custom-operator
make -C tests/serverless serverless-integration serverless-contract-tests
make remove-serverless
env:
Expand Down Expand Up @@ -143,3 +140,4 @@ jobs:
btp_password: ${{ secrets.BTP_BOT_PASSWORD}}
btp_global_account: ${{ secrets.BTP_GLOBAL_ACCOUNT }}
btp_idp_tenant: ${{ secrets.BTP_CUSTOM_IAS_TENANT }}

10 changes: 0 additions & 10 deletions config/samples/default-serverless-cr-fast-requeue.yaml

This file was deleted.

0 comments on commit 9ea6bb5

Please sign in to comment.