Skip to content

Commit 143eb47

Browse files
committed
updated
1 parent de284ec commit 143eb47

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/push-e2e-upgrade-test.yaml

-30
Original file line numberDiff line numberDiff line change
@@ -86,36 +86,6 @@ jobs:
8686
run: |
8787
make e2e-setup
8888
89-
- name: Wait for build job - Checkout eventing-tools
90-
uses: actions/checkout@v4
91-
with:
92-
repository: 'kyma-project/eventing-tools'
93-
path: 'kyma-project/eventing-tools'
94-
ref: main
95-
sparse-checkout: 'scripts/wait-for-commit-check'
96-
97-
- name: Wait for build job - Setup python
98-
uses: actions/setup-python@v5
99-
with:
100-
python-version: '3.10'
101-
cache: 'pip'
102-
103-
- name: Wait for build job - Install requirements
104-
run: |
105-
pip install -r $GITHUB_WORKSPACE/kyma-project/eventing-tools/scripts/wait-for-commit-check/requirements.txt
106-
107-
- name: Wait for build job
108-
env:
109-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110-
REPOSITORY_FULL_NAME: ${{ github.repository_owner }}/nats-manager
111-
GIT_REF: "${{ github.sha }}"
112-
# The re-usable image-builder workflow from neighbors appends the "Build image" suffix to the check run name.
113-
GIT_CHECK_RUN_NAME: "build / Build image"
114-
INTERVAL: 60
115-
TIMEOUT: 900
116-
run: |
117-
python $GITHUB_WORKSPACE/kyma-project/eventing-tools/scripts/wait-for-commit-check/run.py
118-
11989
- name: Install the new NATS manager from current commit
12090
env:
12191
COMMIT_SHA: "${{ github.sha }}"

0 commit comments

Comments
 (0)