-
Notifications
You must be signed in to change notification settings - Fork 72
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
config: CNF installation (1) introduce new config format and parser #2129
Merged
martin-mat
merged 1 commit into
cnti-testcatalog:main
from
kosstennbl:new-config-format-parser
Sep 15, 2024
Merged
config: CNF installation (1) introduce new config format and parser #2129
martin-mat
merged 1 commit into
cnti-testcatalog:main
from
kosstennbl:new-config-format-parser
Sep 15, 2024
Conversation
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
kosstennbl
force-pushed
the
new-config-format-parser
branch
from
August 10, 2024 09:54
f8d6363
to
fb61761
Compare
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Aug 12, 2024
Refs: cnti-testcatalog#2130 - The transformer transforms the old config according to the structure proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
20 tasks
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Aug 12, 2024
Refs: cnti-testcatalog#2130 - The transformer transforms the old config according to the structure proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
kosstennbl
force-pushed
the
new-config-format-parser
branch
4 times, most recently
from
August 13, 2024 14:48
a6db1a0
to
3532bc1
Compare
svteb
reviewed
Aug 14, 2024
kosstennbl
force-pushed
the
new-config-format-parser
branch
4 times, most recently
from
August 15, 2024 14:06
afabd19
to
3a01c4a
Compare
svteb
reviewed
Aug 16, 2024
svteb
reviewed
Aug 16, 2024
kosstennbl
force-pushed
the
new-config-format-parser
branch
4 times, most recently
from
August 21, 2024 08:01
1d0b3c9
to
7423726
Compare
kosstennbl
force-pushed
the
new-config-format-parser
branch
3 times, most recently
from
August 29, 2024 08:58
8873911
to
1f28854
Compare
kosstennbl
force-pushed
the
new-config-format-parser
branch
2 times, most recently
from
September 2, 2024 08:16
930872c
to
02c6646
Compare
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Sep 2, 2024
Refs: cnti-testcatalog#2130 - Generic transformer for cnf yaml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
kosstennbl
force-pushed
the
new-config-format-parser
branch
from
September 2, 2024 21:12
02c6646
to
e0092f5
Compare
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Sep 5, 2024
Refs: cnti-testcatalog#2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
kosstennbl
force-pushed
the
new-config-format-parser
branch
from
September 5, 2024 12:33
e0092f5
to
f1c5d67
Compare
For supporting multiple deployments in one cnf and improving overall config usability and structure - new config format has to be introduced. Some existing parameters usage need to be changed for easier adaptation. This change does not replace the old config format. Refs: cnti-testcatalog#2121 Signed-off-by: Konstantin Yarovoy <[email protected]>
kosstennbl
force-pushed
the
new-config-format-parser
branch
from
September 5, 2024 14:13
f1c5d67
to
6df1e3c
Compare
martin-mat
requested review from
taylor,
collivier,
martin-mat,
rich-l,
Smitholi67,
barmull and
svteb
September 6, 2024 07:27
martin-mat
approved these changes
Sep 6, 2024
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.
lgtm
svteb
approved these changes
Sep 6, 2024
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.
lgtm
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Sep 9, 2024
Refs: cnti-testcatalog#2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
Smitholi67
approved these changes
Sep 12, 2024
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.
lgtm
svteb
added a commit
to svteb/testsuite
that referenced
this pull request
Sep 13, 2024
Refs: cnti-testcatalog#2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in cnti-testcatalog#2129. Signed-off-by: svteb <[email protected]>
svteb
added a commit
that referenced
this pull request
Sep 13, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
kosstennbl
pushed a commit
that referenced
this pull request
Sep 16, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
kosstennbl
pushed a commit
that referenced
this pull request
Sep 16, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
20 tasks
svteb
added a commit
that referenced
this pull request
Sep 19, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
kosstennbl
pushed a commit
that referenced
this pull request
Sep 19, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
svteb
added a commit
that referenced
this pull request
Sep 23, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
svteb
added a commit
that referenced
this pull request
Sep 25, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
martin-mat
pushed a commit
that referenced
this pull request
Sep 26, 2024
Refs: #2130 - Generic transformer for cnf-testsuite.yml configs to newer versions. - Extendable through addition of new transformation rules. - The current functionality transforms to configv2, the structure of which was proposed in #2129. Signed-off-by: svteb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
For supporting multiple deployments in one cnf and improving overall config usability and structure - new config format has to be introduced.
Some existing parameters usage need to be changed for easier adaptation.
This change does not replace the old config format.
Issues:
Refs: #2121