Skip to content

Commit

Permalink
Merge pull request #33660 from pohly/logging-fix
Browse files Browse the repository at this point in the history
SIG Instrumentation: fix JSON logging periodic
  • Loading branch information
k8s-ci-robot authored Nov 2, 2024
2 parents ecddd0e + 011f9c3 commit be09b92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ periodics:
- name: GINKGO_TOLERATE_FLAKES
value: "n"
- name: LABEL_FILTER
- value: >-
value: >-
(Conformance || Feature: containsAny DynamicResourceAllocation) &&
Feature: isSubsetOf DynamicResourceAllocation && !Slow && !Disruptive && !Flaky
- name: PARALLEL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ periodics:
- name: GINKGO_TOLERATE_FLAKES
value: "n"
- name: LABEL_FILTER
- name: ""
value: '(Conformance || Feature: containsAny DynamicResourceAllocation) && Feature: isSubsetOf DynamicResourceAllocation && !Slow && !Disruptive && !Flaky'
- name: PARALLEL
value: "true"
Expand Down

0 comments on commit be09b92

Please sign in to comment.