Skip to content

Commit ad45c6d

Browse files
committed
test removing circleci
1 parent f3ced37 commit ad45c6d

File tree

9 files changed

+5
-137
lines changed

9 files changed

+5
-137
lines changed

.circleci/config.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/sync-repo-settings.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ branchProtectionRules:
1515
- 'unit (3.8)'
1616
- 'unit (3.9)'
1717
- 'unit (3.10)'
18+
- 'system (3.7)'
19+
- 'system (3.8)'
20+
- 'system (3.9)'
21+
- 'system (3.10)'
1822
- 'cover'
1923
- 'Kokoro'
2024
- 'Samples - Lint'

.kokoro/trampoline_v2.sh

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -203,29 +203,6 @@ elif [[ -n "${GITHUB_RUN_ID:-}" ]]; then
203203
"GITHUB_HEAD_REF"
204204
"GITHUB_BASE_REF"
205205
)
206-
# elif [[ "${CIRCLECI:-}" == "true" ]]; then
207-
# RUNNING_IN_CI="true"
208-
# TRAMPOLINE_CI="circleci"
209-
# pass_down_envvars+=(
210-
# "CIRCLE_BRANCH"
211-
# "CIRCLE_BUILD_NUM"
212-
# "CIRCLE_BUILD_URL"
213-
# "CIRCLE_COMPARE_URL"
214-
# "CIRCLE_JOB"
215-
# "CIRCLE_NODE_INDEX"
216-
# "CIRCLE_NODE_TOTAL"
217-
# "CIRCLE_PREVIOUS_BUILD_NUM"
218-
# "CIRCLE_PROJECT_REPONAME"
219-
# "CIRCLE_PROJECT_USERNAME"
220-
# "CIRCLE_REPOSITORY_URL"
221-
# "CIRCLE_SHA1"
222-
# "CIRCLE_STAGE"
223-
# "CIRCLE_USERNAME"
224-
# "CIRCLE_WORKFLOW_ID"
225-
# "CIRCLE_WORKFLOW_JOB_ID"
226-
# "CIRCLE_WORKFLOW_UPSTREAM_JOB_IDS"
227-
# "CIRCLE_WORKFLOW_WORKSPACE_ID"
228-
# )
229206
fi
230207

231208
# Configure the service account for pulling the docker image.

ci/config_auth.sh

Lines changed: 0 additions & 13 deletions
This file was deleted.

ci/requirements-3.7-0.24.2.conda

Lines changed: 0 additions & 14 deletions
This file was deleted.

ci/requirements-3.9-1.3.4.conda

Lines changed: 0 additions & 14 deletions
This file was deleted.

ci/run_conda.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

ci/run_tests.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/system/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pandas_gbq import auth
1313

1414

15-
IS_RUNNING_ON_CI = "CIRCLE_BUILD_NUM" in os.environ or "KOKORO_BUILD_ID" in os.environ
15+
"KOKORO_BUILD_ID" in os.environ
1616

1717

1818
def mock_default_credentials(scopes=None, request=None):

0 commit comments

Comments
 (0)