Skip to content

Commit

Permalink
Merge pull request #19866 from tosi3k/ttttt
Browse files Browse the repository at this point in the history
Enable test failure on logexporter failures in all scalability test jobs
  • Loading branch information
k8s-ci-robot authored Nov 9, 2020
2 parents 2c7f857 + dcf8b82 commit bf4faea
Showing 1 changed file with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ presets:
# instead of relying on the deprecated one from k/k repository.
- name: USE_KUBEKINS_LOG_DUMPING
value: "true"
# If log dumping of nodes is enabled and logexporter creation fails or less than 50 %
# of the nodes got logexported successfully, then report a failure.
- name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE
value: 50

### kubemark-gce-scale
- labels:
Expand Down Expand Up @@ -220,6 +224,10 @@ presets:
# instead of relying on the deprecated one from k/k repository.
- name: USE_KUBEKINS_LOG_DUMPING
value: "true"
# If log dumping of nodes is enabled and logexporter creation fails or less than 50 %
# of the nodes got logexported successfully, then report a failure.
- name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE
value: 50

###### Scalability Envs
### Common env variables for containerd scalability-related suites.
Expand Down Expand Up @@ -292,10 +300,6 @@ presets:
- labels:
preset-e2e-scalability-periodics: "true"
env:
# If log dumping of nodes is enabled and logexporter creation fails or less than 50 %
# of the nodes got logexported successfully, then report a failure.
- name: LOG_DUMP_EXPECTED_SUCCESS_PERCENTAGE
value: 50

- labels:
preset-e2e-scalability-periodics-master: "true"
Expand Down

0 comments on commit bf4faea

Please sign in to comment.