Skip to content

Conversation

@damccorm
Copy link
Contributor

Generated with:

for url in $(curl https://ci-beam.apache.org/api/json | jq '.jobs[] | .url' -r); do curl --user damccorm:$JENKINS_TOKEN $url/config.xml > /tmp/config.xml;    if [ "$(xmllint --xpath 'string(//disabled)' /tmp/config.xml)" = "true" ]; then     echo "SKIPPING $url - disabled";   else     echo "ADDING $url";     xmllint --xpath 'string(//triggers/org.jenkinsci.plugins.ghprb.GhprbTrigger/triggerPhrase)' /tmp/config.xml >> ~/result;   fi;    rm /tmp/config.xml; done

then:

cat ~/result | sort | uniq | grep -i -E 'precommit|postcommit|validates|vr|example|test|gradle build' | grep -v -i -E 'load|perf|website'

followed by manual inspection + configuring per https://issues.apache.org/jira/browse/BEAM-13951

Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

@damccorm
Copy link
Contributor Author

R: @johnjcasey

@github-actions github-actions bot added the build label Feb 23, 2023
@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control

@johnjcasey johnjcasey merged commit 96c68ab into master Feb 23, 2023
@damccorm damccorm deleted the users/damccorm/mass_comment branch February 23, 2023 16:36
ruslan-ikhsan pushed a commit to akvelon/beam that referenced this pull request Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants