-
Notifications
You must be signed in to change notification settings - Fork 198
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
Remove Jenkins from pages #442
Remove Jenkins from pages #442
Conversation
hmm.. there is one more "If you open a pull request containing binary incompatibilities anyway, Jenkins will remind you by failing the test build with the following message: Test build #xx has finished for PR yy at commit ffffff. This patch fails MiMa tests. should I remove this one to? |
And in https://spark.apache.org/release-process.html "It is also good to set up Jenkins jobs for the release branch once it is cut to ensure tests are passing. These are jobs like https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-branch-2.3-test-maven-hadoop-2.7/ . Consult Josh Rosen and Shane Knapp for help with this. Also remember to add the newly-added jobs to the test dashboard at https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test%20(Dashboard)/ ." "Also check that all build and test passes are green from the RISELab Jenkins: https://amplab.cs.berkeley.edu/jenkins/ particularly look for Spark Packaging, QA Compile, QA Test. Note that not all permutations are run on PR therefore it is important to check Jenkins runs." |
and in https://spark.apache.org/contributing.html "The Jenkins automatic pull request builder will test your changes |
Now there are something about running jenkins test on github enterprise that are left I hope. https://spark.apache.org/docs/latest/building-spark.html#running-jenkins-tests-with-github-enterprise Where should I remove this one then? |
@dongjoon-hyun FYI |
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.
+1, LGTM. @bjornjorgensen and @srowen
bundle exec jekyll build --watch
Removed info about Jerkins from the developer-tools.md fil
We don't use Jenkins anymore so we can remove this info.