Skip to content

Commit

Permalink
Autogenertate issues on loadtest failures (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh4 committed Oct 28, 2020
1 parent 8a6b76c commit 1af2a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ jobs:
loadtest:
executor: golang
resource_class: medium+
environment:
TEST_RESULTS: testbed/tests/results/junit/results.xml
steps:
- restore_workspace
- run:
Expand All @@ -329,6 +331,7 @@ jobs:
path: testbed/tests/results
- store_test_results:
path: testbed/tests/results/junit
- github_issue_generator

windows-test:
executor:
Expand Down

0 comments on commit 1af2a41

Please sign in to comment.