Skip to content

Commit

Permalink
test removing circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
aribray committed Oct 27, 2022
1 parent f3ced37 commit ad45c6d
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 137 deletions.
34 changes: 0 additions & 34 deletions .circleci/config.yml

This file was deleted.

4 changes: 4 additions & 0 deletions .github/sync-repo-settings.yaml
Expand Up @@ -15,6 +15,10 @@ branchProtectionRules:
- 'unit (3.8)'
- 'unit (3.9)'
- 'unit (3.10)'
- 'system (3.7)'
- 'system (3.8)'
- 'system (3.9)'
- 'system (3.10)'
- 'cover'
- 'Kokoro'
- 'Samples - Lint'
Expand Down
23 changes: 0 additions & 23 deletions .kokoro/trampoline_v2.sh
Expand Up @@ -203,29 +203,6 @@ elif [[ -n "${GITHUB_RUN_ID:-}" ]]; then
"GITHUB_HEAD_REF"
"GITHUB_BASE_REF"
)
# elif [[ "${CIRCLECI:-}" == "true" ]]; then
# RUNNING_IN_CI="true"
# TRAMPOLINE_CI="circleci"
# pass_down_envvars+=(
# "CIRCLE_BRANCH"
# "CIRCLE_BUILD_NUM"
# "CIRCLE_BUILD_URL"
# "CIRCLE_COMPARE_URL"
# "CIRCLE_JOB"
# "CIRCLE_NODE_INDEX"
# "CIRCLE_NODE_TOTAL"
# "CIRCLE_PREVIOUS_BUILD_NUM"
# "CIRCLE_PROJECT_REPONAME"
# "CIRCLE_PROJECT_USERNAME"
# "CIRCLE_REPOSITORY_URL"
# "CIRCLE_SHA1"
# "CIRCLE_STAGE"
# "CIRCLE_USERNAME"
# "CIRCLE_WORKFLOW_ID"
# "CIRCLE_WORKFLOW_JOB_ID"
# "CIRCLE_WORKFLOW_UPSTREAM_JOB_IDS"
# "CIRCLE_WORKFLOW_WORKSPACE_ID"
# )
fi

# Configure the service account for pulling the docker image.
Expand Down
13 changes: 0 additions & 13 deletions ci/config_auth.sh

This file was deleted.

14 changes: 0 additions & 14 deletions ci/requirements-3.7-0.24.2.conda

This file was deleted.

14 changes: 0 additions & 14 deletions ci/requirements-3.9-1.3.4.conda

This file was deleted.

23 changes: 0 additions & 23 deletions ci/run_conda.sh

This file was deleted.

15 changes: 0 additions & 15 deletions ci/run_tests.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tests/system/test_auth.py
Expand Up @@ -12,7 +12,7 @@
from pandas_gbq import auth


IS_RUNNING_ON_CI = "CIRCLE_BUILD_NUM" in os.environ or "KOKORO_BUILD_ID" in os.environ
"KOKORO_BUILD_ID" in os.environ


def mock_default_credentials(scopes=None, request=None):
Expand Down

0 comments on commit ad45c6d

Please sign in to comment.