From 1a60ff2a3975c2f5054431588bd95db9c3b862ba Mon Sep 17 00:00:00 2001 From: Jeffrey Rennie Date: Tue, 18 Aug 2020 14:20:58 -0700 Subject: [PATCH] feat: enable obsolete file tracking for nodejs (#728) --- .kokoro-autosynth/nodejs.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.kokoro-autosynth/nodejs.cfg b/.kokoro-autosynth/nodejs.cfg index 5dcd91451..aaa8d2795 100644 --- a/.kokoro-autosynth/nodejs.cfg +++ b/.kokoro-autosynth/nodejs.cfg @@ -27,6 +27,11 @@ env_vars: { value: "true" } +env_vars: { + key: "SYNTHTOOL_TRACK_OBSOLETE_FILES" + value: "true" +} + timeout_mins: 660 build_file: "synthtool/.kokoro-autosynth/nodejs-build.sh"