File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 tag : ${{ steps.tag_version.outputs.new_tag }}
3333 name : Release ${{ steps.tag_version.outputs.new_tag }}
3434 generateReleaseNotes : true
35- body : |
36- ## Changes in this release
37-
38- **Full Changelog**: https://github.com/${{ github.repository }}/compare/${{ steps.tag_version.outputs.tag }}...${{ steps.tag_version.outputs.new_tag }}
Original file line number Diff line number Diff line change 5454 run-e2e-tests-shannon :
5555 name : Run E2E tests - HTTP Requests
5656 runs-on : " ubuntu-22.04"
57+ # TODO(@olshansky): Investigate why this job occasionally hangs indefinitely.
58+ # Adding explicit timeout to fail fast instead of waiting for GitHub's default 6-hour timeout.
59+ # The Go test itself has a 5min timeout (e2e/main_test.go:84), so 10min should be plenty.
60+ timeout-minutes : 10
5761 needs :
5862 - build-and-test-docker-image
5963 strategy :
You can’t perform that action at this time.
0 commit comments