Skip to content

Commit 641c05d

Browse files
committed
Temporarily disabling pipelines since secrets are disabled.
1 parent c44f868 commit 641c05d

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/sync-repo-settings.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

.kokoro/tests/run_tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
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
1822
set -eo pipefail

0 commit comments

Comments
 (0)