Repository: hbase Updated Branches: refs/heads/HBASE-18467 3577f7195 -> 244470ca3
HBASE-18467 remove quick fail. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/244470ca Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/244470ca Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/244470ca Branch: refs/heads/HBASE-18467 Commit: 244470ca3a2d44361996808e1ec13a9300d01e30 Parents: 3577f71 Author: Sean Busbey <[email protected]> Authored: Wed Sep 13 23:45:36 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Wed Sep 13 23:45:36 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 4 +--- dev-support/hbase_nightly_yetus.sh | 7 ------- 2 files changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/244470ca/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index ce81d60..a87d327 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -17,9 +17,7 @@ pipeline { agent { node { -// label 'Hadoop' -// temp go to ubuntu since it seems like no one uses those - label 'ubuntu' + label 'Hadoop' } } triggers { http://git-wip-us.apache.org/repos/asf/hbase/blob/244470ca/dev-support/hbase_nightly_yetus.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase_nightly_yetus.sh b/dev-support/hbase_nightly_yetus.sh index 5920a81..007d64a 100755 --- a/dev-support/hbase_nightly_yetus.sh +++ b/dev-support/hbase_nightly_yetus.sh @@ -16,13 +16,6 @@ # specific language governing permissions and limitations # under the License. -# XXX Don't commit this part. -# fail fast -mkdir -p "${OUTPUTDIR}" -echo "placeholder" >> "${OUTPUTDIR}/console-report.html" -exit 1772 -# /XXX Don't commit this part. - declare -i missing_env=0 # Validate params for required_env in "TESTS" "TOOLS" "BASEDIR" "ARCHIVE_PATTERN_LIST" "OUTPUT_RELATIVE" \
