Skip to content

Commit 5fcb960

Browse files
chore: use inclusive language (#58)
1 parent 2377699 commit 5fcb960

File tree

4 files changed

+7
-12
lines changed

4 files changed

+7
-12
lines changed

packages/google-cloud-iam/.kokoro/test-samples.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ for file in samples/**/requirements.txt; do
8787
python3.6 -m nox -s "$RUN_TESTS_SESSION"
8888
EXIT=$?
8989

90-
# If this is a periodic build, send the test log to the FlakyBot.
91-
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot.
90+
# If this is a periodic build, send the test log to the Build Cop Bot.
91+
# See https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop.
9292
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"periodic"* ]]; then
93-
chmod +x $KOKORO_GFILE_DIR/linux_amd64/flakybot
94-
$KOKORO_GFILE_DIR/linux_amd64/flakybot
93+
chmod +x $KOKORO_GFILE_DIR/linux_amd64/buildcop
94+
$KOKORO_GFILE_DIR/linux_amd64/buildcop
9595
fi
9696

9797
if [[ $EXIT -ne 0 ]]; then

packages/google-cloud-iam/.kokoro/trampoline_v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ if [[ -n "${KOKORO_BUILD_ID:-}" ]]; then
159159
"KOKORO_GITHUB_COMMIT"
160160
"KOKORO_GITHUB_PULL_REQUEST_NUMBER"
161161
"KOKORO_GITHUB_PULL_REQUEST_COMMIT"
162-
# For FlakyBot
162+
# For Build Cop Bot
163163
"KOKORO_GITHUB_COMMIT_URL"
164164
"KOKORO_GITHUB_PULL_REQUEST_URL"
165165
)

packages/google-cloud-iam/scripts/fixup_credentials_v1_keywords.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@
1818

1919
import argparse
2020
import os
21+
import libcst as cst
2122
import pathlib
2223
import sys
2324
from typing import (Any, Callable, Dict, List, Sequence, Tuple)
2425

25-
try:
26-
import libcst as cst
27-
except ImportError:
28-
print("*** Could not import libcst! Did you install the google-cloud-iam package with the `[fixup]` extra?")
29-
raise
30-
3126

3227
def partition(
3328
predicate: Callable[[Any], bool],

packages/google-cloud-iam/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-iam.git",
7-
"sha": "29746e1984fc3942d830f54a9e921151d4d720c1"
7+
"sha": "6f08bcabe0d519ffba62dba30b46a5da9bb40282"
88
}
99
},
1010
{

0 commit comments

Comments
 (0)