-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix(releasing): Update rpm tests #11140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Drop EOL distributions. This was prompted because the mirrors for Centos 8 no longer exist. https://www.centos.org/centos-linux-eol/ Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
✔️ Deploy Preview for vector-project canceled. 🔨 Explore the source changes: 2d6f657 🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/61f9ae58bdb8690008b39041 |
Kicked off nightly build here: https://github.com/vectordotdev/vector/actions/runs/1780415149 |
Soak Test ResultsBaseline: 078c316 ExplanationA soak test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core. The table below, if present, lists those experiments that have experienced a statistically significant change in their throughput performance between baseline and comparision SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a ±8.87% change in mean throughput are discarded. An experiment is erratic if its coefficient of variation is greater than 0.3. The abbreviated table will be omitted if no interesting changes are observed. No interesting changes with confidence ≥ 90.00%: Fine details of change detection per experiment.
Fine details of each soak run.
|
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Kicked off second run here: https://github.com/vectordotdev/vector/actions/runs/1780643147 |
Soak Test ResultsBaseline: 3f31469 ExplanationA soak test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core. The table below, if present, lists those experiments that have experienced a statistically significant change in their throughput performance between baseline and comparision SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a ±8.87% change in mean throughput are discarded. An experiment is erratic if its coefficient of variation is greater than 0.3. The abbreviated table will be omitted if no interesting changes are observed. No interesting changes with confidence ≥ 90.00%: Fine details of change detection per experiment.
Fine details of each soak run.
|
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Soak Test ResultsBaseline: 3f31469 ExplanationA soak test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core. The table below, if present, lists those experiments that have experienced a statistically significant change in their throughput performance between baseline and comparision SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a ±8.87% change in mean throughput are discarded. An experiment is erratic if its coefficient of variation is greater than 0.3. The abbreviated table will be omitted if no interesting changes are observed. No interesting changes with confidence ≥ 90.00%: Fine details of change detection per experiment.
Fine details of each soak run.
|
* fix(releasing): Update rpm tests Drop EOL distributions. This was prompted because the mirrors for Centos 8 no longer exist. https://www.centos.org/centos-linux-eol/ Signed-off-by: Jesse Szwedko <jesse@szwedko.me> * Allow replacing existing packages Signed-off-by: Jesse Szwedko <jesse@szwedko.me> * Allow replacing installed packages Signed-off-by: Jesse Szwedko <jesse@szwedko.me> * conditionally install curl Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Drop EOL distributions. This was prompted because the mirrors for Centos
8 no longer exist.
https://www.centos.org/centos-linux-eol/
Signed-off-by: Jesse Szwedko jesse@szwedko.me