Skip to content

Commit

Permalink
chore(py_library): add split_system_tests
Browse files Browse the repository at this point in the history
Source-Author: Takashi Matsuo <[email protected]>
Source-Date: Fri Jul 31 16:17:13 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669
Source-Link: googleapis/synthtool@bfcdbe0
  • Loading branch information
yoshi-automation committed Aug 5, 2020
1 parent 7c5e557 commit a38b005
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ python3.6 -m pip uninstall --yes --quiet nox-automation
python3.6 -m pip install --upgrade --quiet nox
python3.6 -m nox --version

python3.6 -m nox
# If NOX_SESSION is set, it only runs the specified session,
# otherwise run all the sessions.
if [[ -n "${NOX_SESSION:-}" ]]; then
python3.6 -m nox -s "${NOX_SESSION:-}"
else
python3.6 -m nox
fi
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "4d52dfb72078000b13de923c1dadec19f3a64ad1",
"internalRef": "324098852"
"sha": "868615a5c1c1059c636bb3d82a555edb1d5a251e",
"internalRef": "324294521"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "39b527a39f5cd56d4882b3874fc08eed4756cebe"
"sha": "bfcdbe0da977b2de6c1c0471bb6dc2f1e13bf669"
}
}
],
Expand Down

0 comments on commit a38b005

Please sign in to comment.