-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore(smp upgrade) - Upgrade SMP to latest release #20713
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
Merged
Merged
Changes from 18 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
1f052d3
Update smp job submission and associated versions
scottopell 9d55f17
Adds experiment.yamls and config.yaml
scottopell bc2cc28
Remove VECTOR_REQUIRE_HEALTHY to better accomodate startup races betw…
scottopell be7022e
format
GeorgeHahn 67837c5
Removes unused dotfile-wannabe
scottopell d0b9109
Attempt to run off PR
scottopell e7fa40b
Eval should_run always
scottopell f9cf41b
Get PR number correctly for PRs
scottopell 86b31b2
New merge-base cmd
scottopell f6caaab
New git ref for merge-base cmd
scottopell 90419e9
Only checkout PR if its not a PR
scottopell 50f6cba
Full ref to master
scottopell 7baa079
Show me all valid git refs
scottopell 300d363
Fetch full git repo
scottopell 5d0e192
Skip merge-equeue metadata step for pull request
scottopell 5203845
normalize to 0.0.0.0 instead of localhost
scottopell 366a9ae
Normalize to 0.0.0.0
scottopell c2d6570
Revert changes to manually run this on PR
scottopell ccf585f
Removes workload checks
scottopell 97350cf
Removes trailing empty whitespace lines
scottopell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
|
scottopell marked this conversation as resolved.
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
12 changes: 12 additions & 0 deletions
12
regression/cases/datadog_agent_remap_blackhole/experiment.yaml
This file contains hidden or 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,12 @@ | ||||
| optimization_goal: ingress_throughput | ||||
|
|
||||
| target: | ||||
| name: vector | ||||
| command: /usr/bin/vector | ||||
| cpu_allotment: 7 | ||||
| memory_allotment: 30g | ||||
|
|
||||
| environment: | ||||
| VECTOR_THREADS: 4 | ||||
|
|
||||
|
|
||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Nit: extra whitespace 😄 |
||||
12 changes: 12 additions & 0 deletions
12
regression/cases/datadog_agent_remap_blackhole_acks/experiment.yaml
This file contains hidden or 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,12 @@ | ||
| optimization_goal: ingress_throughput | ||
|
|
||
| target: | ||
| name: vector | ||
| command: /usr/bin/vector | ||
| cpu_allotment: 7 | ||
| memory_allotment: 30g | ||
|
|
||
| environment: | ||
| VECTOR_THREADS: 4 | ||
|
|
||
|
|
12 changes: 12 additions & 0 deletions
12
regression/cases/datadog_agent_remap_datadog_logs/experiment.yaml
This file contains hidden or 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,12 @@ | ||
| optimization_goal: ingress_throughput | ||
|
|
||
| target: | ||
| name: vector | ||
| command: /usr/bin/vector | ||
| cpu_allotment: 7 | ||
| memory_allotment: 30g | ||
|
|
||
| environment: | ||
| VECTOR_THREADS: 4 | ||
|
|
||
|
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We actually withheld this version bump in #18490 but I think it's ok to do for this workflow.