Unverified Commit aa61d4f0 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #62126 from crassirostris/remove-me

Automatic merge from submit-queue (batch tested with PRs 60878, 62118, 62126). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove crassirostris from owners and reviewers /cc @piosz @x13n ```release-note NONE ```
parents c5fe2ef0 300fe8f1
approvers: approvers:
- coffeepac - coffeepac
- crassirostris
- piosz - piosz
reviewers: reviewers:
- coffeepac - coffeepac
- crassirostris
- piosz - piosz
approvers: approvers:
- crassirostris
- piosz - piosz
- x13n - x13n
reviewers: reviewers:
- crassirostris
- piosz - piosz
- x13n - x13n
approvers: approvers:
- crassirostris
- DirectXMan12 - DirectXMan12
- fabxc - fabxc
- fgrzadkowski - fgrzadkowski
......
reviewers: reviewers:
- coffeepac - coffeepac
- crassirostris
- piosz - piosz
approvers: approvers:
- coffeepac - coffeepac
- crassirostris
- piosz - piosz
...@@ -49,7 +49,7 @@ var _ = instrumentation.SIGDescribe("Cluster level logging implemented by Stackd ...@@ -49,7 +49,7 @@ var _ = instrumentation.SIGDescribe("Cluster level logging implemented by Stackd
maxPodCount := 10 maxPodCount := 10
jobDuration := 30 * time.Minute jobDuration := 30 * time.Minute
linesPerPodPerSecond := 100 linesPerPodPerSecond := 100
// TODO(crassirostris): Increase to 21 hrs // TODO(instrumentation): Increase to 21 hrs
testDuration := 3 * time.Hour testDuration := 3 * time.Hour
ingestionInterval := 1 * time.Minute ingestionInterval := 1 * time.Minute
ingestionTimeout := testDuration + 30*time.Minute ingestionTimeout := testDuration + 30*time.Minute
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment