-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kubernetes:master' into master
- Loading branch information
Showing
47 changed files
with
2,283 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: docker | ||
directory: /util-images/network/netperfbenchmark | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /network/tools/network-policy-enforcement-latency/policy-creation-enforcement-latency | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/request-benchmark | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/access-tokens | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/probes | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/scratch | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /network/tools/network-policy-enforcement-latency/pod-creation-reachability-latency | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/watch-list | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /dns/dnsperfgo | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /dns/dnsperfgo/vendor/golang.org/x/net/http2 | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /dns/image | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /perfdash | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /slo-monitor | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/sleep | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /util-images/containerd | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: docker | ||
directory: /network/benchmarks/netperf | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /util-images/network/netperfbenchmark | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /util-images/access-tokens | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /util-images/request-benchmark | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /util-images/probes | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /dns/jsonify | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /clusterloader2 | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /dns/dnsperfgo | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /util-images/watch-list | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /perfdash | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /network/tools/network-policy-enforcement-latency | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /benchmark | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /slo-monitor | ||
schedule: | ||
interval: weekly | ||
- package-ecosystem: gomod | ||
directory: /network/benchmarks/netperf | ||
schedule: | ||
interval: weekly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,7 +105,7 @@ We classify each metric as matched/mismatched based on the above test. We could | |
|
||
**NOTES FOR INTERESTED CONTRIBUTORS** | ||
|
||
This tool has been implemented and the code for it lies [here](https://github.com/kubernetes/perf-tests/tree/master/benchmark). Further, we have setup an [automated CI job](https://k8s-testgrid.appspot.com/sig-scalability-perf-tests#kubemark-100-benchmark) that runs this benchmark periodically and compares the metrics across our 100-node kubemark and 100-node real-cluster runs from the last 24 hrs. | ||
This tool has been implemented and the code for it lies [here](https://github.com/kubernetes/perf-tests/tree/master/benchmark). Further, we have setup an [automated CI job](https://testgrid.k8s.io/sig-scalability-perf-tests#kubemark-100-benchmark) that runs this benchmark periodically and compares the metrics across our 100-node kubemark and 100-node real-cluster runs from the last 24 hrs. | ||
|
||
If you want to contribute to this tool, file bugs or help with understanding/resolving differences we’re currently observing across kubemark and real-cluster (e.g [#44701](https://github.com/kubernetes/kubernetes/issues/44701)), ping us on “sig-scale” kubernetes slack channel and/or write an email to `[email protected]`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.