Hi, All As a part of release process, we need to check Packaging/Compile/Test Jenkins status.
http://spark.apache.org/release-process.html 1. Spark Packaging: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20Packaging/ 2. Spark QA Compile: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/ 3. Spark QA Test: https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/ Currently, (2) and (3) are working because it uses GitHub ( https://github.com/apache/spark.git). But, (1) seems to be broken because it's looking for old repo( https://git-wip-us.apache.org/repos/asf/spark.git/info/refs) instead of new GitBox. Can we fix this in this week? Bests, Dongjoon.