Commit 143eb47 1 parent de284ec commit 143eb47 Copy full SHA for 143eb47
File tree 1 file changed +0
-30
lines changed
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 86
86
run : |
87
87
make e2e-setup
88
88
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
-
119
89
- name : Install the new NATS manager from current commit
120
90
env :
121
91
COMMIT_SHA : " ${{ github.sha }}"
You can’t perform that action at this time.
0 commit comments