Skip to content

Commit

Permalink
Revert "Add gclient_variables back for linux_license and fix the excl…
Browse files Browse the repository at this point in the history
…uded files" (#49817)

Reverts #49775

The autorollers create PRs with this flag set to true (the default). This breaks the license check on autoroller PRs since the autorollers are trying to add back the entries in the excluded files list.
  • Loading branch information
zanderso authored Jan 17, 2024
1 parent 1382ff7 commit 60ce382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/builders/standalone/linux_license.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"os=Linux"
],
"cas_archive": false,
"gclient_variables": {
"download_android_deps": false
},
"name": "licenses",
"tests": [
{
Expand Down
3 changes: 3 additions & 0 deletions ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -1749,6 +1749,7 @@
../../../third_party/abseil-cpp/create_lts.py
../../../third_party/abseil-cpp/generate_def_files.py
../../../third_party/abseil-cpp/roll_abseil.py
../../../third_party/android_embedding_dependencies
../../../third_party/android_tools
../../../third_party/angle/.clang-format
../../../third_party/angle/.git
Expand Down Expand Up @@ -2641,6 +2642,7 @@
../../../third_party/freetype2/vms_make.com
../../../third_party/google_fonts_for_unit_tests
../../../third_party/googletest
../../../third_party/gradle
../../../third_party/harfbuzz/.ci/requirements.txt
../../../third_party/harfbuzz/.clang-format
../../../third_party/harfbuzz/.editorconfig
Expand Down Expand Up @@ -2841,6 +2843,7 @@
../../../third_party/icu/source/tools/toolutil/sources.txt
../../../third_party/icu/source/tools/tzcode/Makefile.in
../../../third_party/icu/source/tools/tzcode/readme.txt
../../../third_party/java
../../../third_party/libcxx/.clang-format
../../../third_party/libcxx/.clang-tidy
../../../third_party/libcxx/.git
Expand Down

0 comments on commit 60ce382

Please sign in to comment.