Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix RAT license checker which is broken in trunk (#12148)
Browse files Browse the repository at this point in the history
Remove obsolete CI folder
  • Loading branch information
larroy authored and nswamy committed Aug 13, 2018
1 parent a6ecb59 commit b5a2b98
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ core_logic: {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('ubuntu_cpu', 'deploy_docs', false)
sh "tests/ci_build/deploy/ci_deploy_doc.sh ${env.BRANCH_NAME} ${env.BUILD_NUMBER}"
sh "ci/other/ci_deploy_doc.sh ${env.BRANCH_NAME} ${env.BUILD_NUMBER}"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ cpplint:
--exclude_path src/operator/contrib/ctc_include

pylint:
pylint --rcfile=$(ROOTDIR)/tests/ci_build/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet tools/caffe_converter/*.py
pylint --rcfile=$(ROOTDIR)/ci/other/pylintrc --ignore-patterns=".*\.so$$,.*\.dll$$,.*\.dylib$$" python/mxnet tools/caffe_converter/*.py

doc: docs

Expand Down
5 changes: 3 additions & 2 deletions ci/docker/install/ubuntu_rat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ apt-get update
apt-get install -y subversion maven openjdk-8-jdk openjdk-8-jre

echo "download RAT"
svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
#svn co http://svn.apache.org/repos/asf/creadur/rat/trunk/
svn co http://svn.apache.org/repos/asf/creadur/rat/branches/0.12-release/

echo "cd into directory"
cd trunk
cd 0.12-release

echo "mvn install"
mvn -Dmaven.test.skip=true install
2 changes: 1 addition & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ nightly_test_rat_check() {
set -e
pushd .

cd /work/deps/trunk/apache-rat/target
cd /work/deps/0.12-release/apache-rat/target

# Use shell number 5 to duplicate the log output. It get sprinted and stored in $OUTPUT at the same time https://stackoverflow.com/a/12451419
exec 5>&1
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions tests/ci_build/pip_tests/Dockerfile.in.pip_cpu

This file was deleted.

4 changes: 0 additions & 4 deletions tests/ci_build/pip_tests/Dockerfile.in.pip_cu75

This file was deleted.

4 changes: 0 additions & 4 deletions tests/ci_build/pip_tests/Dockerfile.in.pip_cu80

This file was deleted.

14 changes: 0 additions & 14 deletions tests/ci_build/pip_tests/Dockerfile.pip_dependencies

This file was deleted.

0 comments on commit b5a2b98

Please sign in to comment.