Skip to content
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

Add variants and terraform and k8s input service deployers #526

Merged
merged 9 commits into from
Jun 20, 2023

Conversation

marc-gr
Copy link
Contributor

@marc-gr marc-gr commented May 17, 2023

What does this PR do?

  • Adds support for variants and terraform/k8s input service deployers
  • Rename data_stream.name to data_stream.dataset

Why is it important?

Checklist

@marc-gr marc-gr requested review from aspacca and ruflin May 17, 2023 09:57
@marc-gr marc-gr requested a review from a team as a code owner May 17, 2023 09:57
@elasticmachine
Copy link

elasticmachine commented May 17, 2023

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2023-06-20T10:42:47.660+0000

  • Duration: 7 min 28 sec

Test stats 🧪

Test Results
Failed 0
Passed 874
Skipped 0
Total 874

🤖 GitHub comments

Expand to view the GitHub comments

To re-run your PR in the CI, just comment with:

  • /test : Re-trigger the build.

@elasticmachine
Copy link

elasticmachine commented May 17, 2023

🌐 Coverage report

Name Metrics % (covered/total) Diff
Packages 100.0% (8/8) 💚
Files 73.333% (22/30) 👍
Classes 76.19% (32/42) 👍
Methods 59.091% (78/132) 👍
Lines 45.201% (730/1615) 👍
Conditionals 100.0% (0/0) 💚

@marc-gr marc-gr requested review from jsoriano and mrodm May 18, 2023 09:53
spec/integration/_dev/benchmark/deploy/tf/spec.yml Outdated Show resolved Hide resolved
spec/integration/_dev/benchmark/spec.yml Outdated Show resolved Hide resolved
spec/integration/_dev/benchmark/spec.yml Outdated Show resolved Hide resolved
spec/integration/_dev/benchmark/spec.yml Outdated Show resolved Hide resolved
@mrodm
Copy link
Contributor

mrodm commented May 31, 2023

/test

@marc-gr marc-gr requested a review from mrodm June 5, 2023 11:48
spec/integration/_dev/benchmark/spec.yml Outdated Show resolved Hide resolved
@@ -0,0 +1,40 @@
- name: IP
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this file config.yml and fields.yml be added to the specification ?

Are those files required if the folder is present?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The folder is supposed to be a placeholder for any resources required by the benchmark, the idea of not making it based on the benchmark name was based on the idea that different benchmarks may want to use the same resources. So both the folder names and its contents were just not enforced any particular structure.

Copy link
Contributor

@mrodm mrodm Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marc-gr Would that mean that there could be any file inside those folders ? and also, there could be any number of folders with any name ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even though I see this not being so common, yes it could be any number of them

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Talked offline, a new entry will be added to define resource folders explicitly. And those folder could contain any resource.

spec/integration/_dev/benchmark/spec.yml Outdated Show resolved Hide resolved
@marc-gr marc-gr requested a review from mrodm June 12, 2023 07:19
Copy link
Contributor

@mrodm mrodm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mrodm mrodm merged commit ae3fc06 into elastic:main Jun 20, 2023
@marc-gr marc-gr deleted the feat/bench-deployers branch June 20, 2023 11:05
@mrodm mrodm mentioned this pull request Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants