Skip to content

Commit

Permalink
take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKardash committed Jul 3, 2024
1 parent b2e580b commit cb3eda3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2966,6 +2966,9 @@ jobs:
agent-use:
type: string
default: ""
collect-det-job-logs:
type: boolean
default: true
# Following https://circleci.com/docs/2.0/runner-installation-linux/index.html#start-the-service
machine: true
resource_class: <<parameters.runner_class>>
Expand Down Expand Up @@ -3180,6 +3183,7 @@ jobs:
master-host: localhost
managed-devcluster: false
extra-pytest-flags: <<parameters.extra-pytest-flags>>
collect-det-job-logs: <<parameters.collect-det-job-logs>>

- store_test_results:
path: /tmp/test-results/
Expand Down

0 comments on commit cb3eda3

Please sign in to comment.