This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
fix: increase scheduled build timeouts to 90 min #2294
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mdelapenya
added
backport-v7.17.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
backport-v8.1.0
Automated backport with mergify
labels
Mar 31, 2022
💔 Build Failed
Expand to view the summary
Build stats
Test stats 🧪
Steps errorsExpand to view the steps failures
|
The built-in step uses "!isPR()" as fallback if the parameter is not set
cachedout
approved these changes
Mar 31, 2022
mdelapenya
added
the
Team:Automation
Label for the Observability productivity team
label
Mar 31, 2022
mergify bot
pushed a commit
that referenced
this pull request
Mar 31, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f)
mergify bot
pushed a commit
that referenced
this pull request
Mar 31, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f)
mergify bot
pushed a commit
that referenced
this pull request
Mar 31, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f)
mdelapenya
added a commit
that referenced
this pull request
Apr 1, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f) Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
that referenced
this pull request
Apr 1, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f) Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
that referenced
this pull request
Apr 1, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set (cherry picked from commit ad5fc9f) Co-authored-by: Manuel de la Peña <[email protected]>
mdelapenya
added a commit
to mdelapenya/e2e-testing
that referenced
this pull request
Apr 7, 2022
* fix: increase scheduled build timeouts to 90 min * fix: explicitly avoid slack notifications The built-in step uses "!isPR()" as fallback if the parameter is not set
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
backport-v7.17.0
Automated backport with mergify
backport-v8.0.0
Automated backport with mergify
backport-v8.1.0
Automated backport with mergify
Team:Automation
Label for the Observability productivity team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
It increases the build timeout of the scheduled, nightlky builds to 90 min
Why is it important?
Although the pipeline helper times out at 90 min, the trigger build (the nightly) is using 1h, so it dies before expected.
Checklist
make unit-test
), and they are passing locallymake notice
in the proper directory)Related issues