-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-228] Mergebot initial commit #225
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
Conversation
Signed-off-by: Jason Kuster <jason@google.com>
Signed-off-by: Jason Kuster <jason@google.com>
|
R: @davorbonaci |
|
|
||
| script: | ||
| - travis_retry mvn -B $MAVEN_OVERRIDE install -U | ||
| - travis_retry travis/test_wordcount.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's do testing instead of tools.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not pushed, seems like.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now is!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you get rid of README.md when you are there?
Signed-off-by: Jason Kuster <jason@google.com>
Signed-off-by: Jason Kuster <jason@google.com>
Note that the synthtool-generated `.coveragerc` (see apache#224) does *not* include all changes needed for 100% coverage: see: - googleapis/gapic-generator-python#171 - googleapis/gapic-generator-python#437 Closes apache#92. Closes apache#195.
- Ignore 'DistributionNotFound' fallbacks (only in setuptools-less installs). - Drop unused helper (fossil from PR apache#225). release-as: 2.0.0-dev2
Be sure to do all of the following to help us incorporate your contribution
quickly and easily:
[BEAM-<Jira issue #>] Description of pull requestmvn clean verify. (Even better, enableTravis-CI on your fork and ensure the whole test matrix passes).
<Jira issue #>in the title with the actual Jira issuenumber, if there is one.
Individual Contributor License Agreement.
This is the initial commit for a mergebot for Beam.