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

[minor] Use ubuntu_rat container for rat check #14678

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create_virtualenv_default():
('[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',
[
Expand Down