Skip to content

Commit

Permalink
Dlp: Regeneration and hand edits (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito authored Aug 22, 2017
1 parent fec5d55 commit e1db182
Show file tree
Hide file tree
Showing 626 changed files with 38,179 additions and 14,875 deletions.
9 changes: 7 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,13 @@ version: 2
jobs:
build:
docker:
- image: googleapis/nox:0.11.2
- image: googleapis/nox:0.17.0
steps:
- checkout
- run:
name: Decrypt credentials
command: |
if [ -n "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
apt-get update && apt-get install -y openssl
openssl aes-256-cbc -d -a -k "$GOOGLE_CREDENTIALS_PASSPHRASE" \
-in /var/code/gcp/test_utils/credentials.json.enc \
-out "$GOOGLE_APPLICATION_CREDENTIALS"
Expand Down Expand Up @@ -55,6 +54,12 @@ jobs:
if [[ -n $(grep datastore ~/target_packages) ]]; then
nox -f datastore/nox.py
fi
- run:
name: Run tests - google.cloud.dlp
command: |
if [[ -n $(grep dlp ~/target_packages) ]]; then
nox -f dlp/nox.py
fi
- run:
name: Run tests - google.cloud.dns
command: |
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pip-log.txt
.nox
.tox
.cache
htmlcov

# Translations
*.mo
Expand Down Expand Up @@ -55,7 +56,8 @@ coverage.xml
system_tests/local_test_setup

# Make sure a generated file isn't accidentally committed.
scripts/pylintrc_reduced
pylintrc
pylintrc.test

# Directories used for creating generated PB2 files
generated_python/
Expand Down
Loading

0 comments on commit e1db182

Please sign in to comment.