Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[perf.webkit.org] Do not schedule jobs to Buildbot if the last job fa…
…iled https://bugs.webkit.org/show_bug.cgi?id=221943 Patch by Dean Johnson <dean_johnson@apple.com> on 2021-02-16 Reviewed by Dewei Zhu. * server-tests/resources/mock-data.js: (MockData.sampleBuildData): Allow options.results to be specified. * server-tests/tools-buildbot-triggerable-tests.js: (async const): Add tests for new functionality. Existing tests still pass. * tools/js/buildbot-syncer.js: (BuildbotBuildEntry.prototype.initialize): Track the 'results' key from a build. (BuildbotBuildEntry.prototype.result): Make the build result available. (BuildbotSyncer): Track the last completed build. (BuildbotSyncer.prototype.lastCompletedBuildSuccessful): Check if the last completed build was successful. (BuildbotSyncer.prototype.pullBuildbot): * tools/js/buildbot-triggerable.js: Do not schedule a job to a builder who failed its last completedd build. (BuildbotTriggerable.prototype._scheduleRequestIfSlaveIsAvailable): Canonical link: https://commits.webkit.org/234174@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@272971 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
9cdd924
commit 01b0ccad19055643b9d0b31eb115cd6b529e7b21
Showing
5 changed files
with
157 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
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