-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Migrate kind arm64 testgrid config #13854
Closed
Closed
Changes from all commits
Commits
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 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Test Groups | ||
test_groups: | ||
- name: ci-kubernetes-kind-conformance-latest-1-14-arm64 | ||
gcs_prefix: k8s-conformance-kind-arm64-openlab/periodic-logs/ci-kind-integration-test-arm64 | ||
|
||
# Dashboard Group | ||
|
||
dashboard_groups: | ||
|
@@ -131,6 +136,10 @@ dashboards: | |
url: https://github.com/kubernetes/test-infra/compare/<start-custom-0>...<end-custom-0> | ||
|
||
- name: sig-testing-kind | ||
dashboard_tab: | ||
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. we care much more about this being in the conformance-all and conformance-kind dashboards |
||
- name: kind, v1.14 (dev, ARM64) | ||
description: Runs conformance tests using kubetest against latest kubernetes release-1.14 with a kubernetes-in-docker cluster on ARM64 platform | ||
test_group_name: ci-kubernetes-kind-conformance-latest-1-14-arm64 | ||
|
||
- name: sig-testing-maintenance | ||
dashboard_tab: | ||
|
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.
this should be in multiple dashboards in this file, if we're moving it, we should move them all or at least matching pairs
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 cut-paste the conformance dashboards to a separate
kind-conformance
file, then?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.
this is the part I don´t get from the email announcing the change, is this file still valid?
if not, do I need to create all the folders for the other dashboards?
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.
I'm not fully up to date on the new world of managing testgrid tabs but as for kind:
Right now we ensure that the
conformance-all
entries generally match the otherconformance-foo
dashboardsThe same kind tabs should be in both, whatever works best for managing that.
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.
The file is currently valid as-is, and will be valid as any YAML file in this directory, split up however. We want to split up the testgrid tabs according to who knows about what, to make it all more manageable. (see #13541).
I don't know who owns the
conformance-*
dashboards. If it's an existing sig, I recommend a separate file in that folder. If it's someone else, then make a directory for them.The conformance dashboards can all go in one file, unless that's too big, and then they can be divided up in multiple files.