File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ branchProtectionRules:
4242 requiresStrictStatusChecks : false
4343 # List of required status check contexts that must pass for commits to be accepted to matching branches.
4444 requiredStatusCheckContexts :
45- - " Kokoro CI - Lint"
46- - " Kokoro CI - Python 3.9"
47- - " Kokoro CI - Python 3.13"
45+ # TODO: uncomment when secrets are re-enabled
46+ # - "Kokoro CI - Lint"
47+ # - "Kokoro CI - Python 3.9"
48+ # - "Kokoro CI - Python 3.13"
4849 - " cla/google"
4950 - " snippet-bot check"
5051# List of explicit permissions to add (additive only)
Original file line number Diff line number Diff line change 1313# See the License for the specific language governing permissions and
1414# limitations under the License.
1515
16+ # TODO: remove these lines when secrets are re-enabled
17+ echo " Kokoro tests are disabled. Exiting."
18+ exit 0
19+
1620# `-e` enables the script to automatically fail when a command fails
1721# `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero
1822set -eo pipefail
You can’t perform that action at this time.
0 commit comments