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.
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
[CI][GCI/3] Add variations attribute to create tests in multiple cluster environment #33718
[CI][GCI/3] Add variations attribute to create tests in multiple cluster environment #33718
Changes from 83 commits
57d69f8
3184500
d085526
5c17ef9
98212de
c4638a6
eb1b6a2
048545e
d02abc5
3e78d18
1fb1997
7db91f5
a37234f
fbfcc92
9cd8412
6a8e36b
22792cc
accd686
235e877
f57b95b
3c98173
dc325a3
65d0577
4121ec4
170ec1c
a0c8f1e
d9e00cd
c019896
99eaefa
8450787
b314f31
5ae9abc
090b579
e1e36cb
d7e87cf
eef5240
6b45157
e5b6f78
b5f1c3c
971a9c8
3e8e902
90c60da
b8596e8
c1aac60
ed9d773
561fa53
d62dfe8
1041e81
f6e0028
074396a
3a98259
d487977
d894a97
8053b3b
34ff5d1
abad535
15ec7f7
8173e4e
1355867
a0001d5
f21b22f
4d13b7b
cc1268d
aa3453e
15965b5
f0ea4c4
38ce312
81472b7
66c2de8
41f7636
e87a6ce
56447ae
c68097d
b352ffc
cdebd35
30ae2e1
32f69f8
c34cf96
b49a078
db0be11
c5c3c66
5fd05d9
58e72c3
b123bd2
690dd26
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Can we just use
suffix
instead? I think it should be fine because we disallow this in the base definitions anyway. So we don't need to care about scope hereThere 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.
I'm happy with either one, @aslonnie ?
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.
maybe
_suffix
if you want it to be shorter? I would like to have something that indicates that this is a special field, where it will be eaten during the process. It is nice that it has a check now; I still think it is better to look a bit different from a normal field for readability purpose.