Skip to content

Commit

Permalink
chore: generate testing sponge logs and enable flakybot (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
cojenco authored Nov 16, 2022
1 parent 9ff3a7c commit c774ad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def default(session):
session.run(
"py.test",
"--quiet",
f"--junitxml=unit_{session.python}_sponge_log.xml",
"--cov=google.cloud.storage",
"--cov=google.cloud",
"--cov=tests.unit",
Expand Down Expand Up @@ -161,6 +162,7 @@ def system(session):
session.run(
"py.test",
"--quiet",
f"--junitxml=system_{session.python}_sponge_log.xml",
"--reruns={}".format(rerun_count),
system_test_path,
*session.posargs,
Expand All @@ -169,6 +171,7 @@ def system(session):
session.run(
"py.test",
"--quiet",
f"--junitxml=system_{session.python}_sponge_log.xml",
"--reruns={}".format(rerun_count),
system_test_folder_path,
*session.posargs,
Expand Down

0 comments on commit c774ad5

Please sign in to comment.