-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Fix trigger for Swagger UI update #6204
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6204 +/- ##
=========================================
Coverage 81.9% 81.9%
=========================================
Files 300 308 +8
Lines 32423 33807 +1384
=========================================
+ Hits 26571 27710 +1139
- Misses 4130 4326 +196
- Partials 1722 1771 +49 ☔ View full report in Codecov by Sentry. |
bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Build failed: |
test timeout bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Build failed (retrying...): |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Build failed: |
flaky bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Build failed: |
bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Build failed:
|
bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
@fasmat I wanna try to get the systest resilience PR in so we could have the timeout set on the workflow through the go test runner to see why it hangs. It could be that some cleanup on a test isn't finishing correctly. |
Build failed: |
bors merge |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Pull request successfully merged into develop. Build succeeded: |
## Motivation The trigger for creating the swagger definition should be on push of a tag. Co-authored-by: andres-spacemesh <106999199+andres-spacemesh@users.noreply.github.com>
Motivation
The trigger for creating the swagger definition should be on push of a tag.
Description
Fix the trigger for the workflow. I also added
workflow_dispatch
to allow the manual trigger of the workflow.Test Plan
TODO