This is an automated email from the ASF dual-hosted git repository.
wkcn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new f90d1c0 Use ubuntu_rat container for rat check (#14678)
f90d1c0 is described below
commit f90d1c0d51f68c7f0efe39a64d44aa24874985e1
Author: Pedro Larroy <[email protected]>
AuthorDate: Mon Apr 15 19:34:58 2019 -0700
Use ubuntu_rat container for rat check (#14678)
---
dev_menu.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev_menu.py b/dev_menu.py
index cea0f96..d439d81 100755
--- a/dev_menu.py
+++ b/dev_menu.py
@@ -123,7 +123,7 @@ COMMANDS = OrderedDict([
('[Docker] sanity_check. Check for linting and code formatting and
licenses.',
[
"ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh
sanity_check",
- "ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh
nightly_test_rat_check",
+ "ci/build.py --platform ubuntu_rat /work/runtime_functions.sh
nightly_test_rat_check",
]),
('[Docker] Python3 CPU unittests',
[