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 CEL tests to TestGrid Dashboard #13287

Merged
merged 1 commit into from
Jul 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions kettle/buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ gs://pivotal-e2e-results:
gs://k8s-conformance-docker:
contact: "jeffqwb2017"
prefix: "docker:"
gs://cel-conformance:
contact: "victoriajyang"
prefix: "cel:"
20 changes: 20 additions & 0 deletions testgrid/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2054,6 +2054,20 @@ test_groups:
gcs_prefix: kubernetes-jenkins/pr-logs/directory/pull-release-notes-test
num_columns_recent: 30

# CEL Conformance Tests
- name: cel-go-conformance-tests
gcs_prefix: cel-conformance/test-logs
open_test_template: # The URL template to visit after clicking on a cell
url:
file_bug_template: # The URL template to visit when filing a bug
url: https://github.com/google/cel-go/issues/new
results_text: # Text to show in the about menu as a link to another view of the results
results_url_template: # The URL template to visit after clicking
url:
code_search_path: github.com/google/cel-go/search # URL for regression search links.
code_search_url_template: # The URL template to visit when searching for changelists
url: https://github.com/google/cel-go/compare/<start-custom-0>...<end-custom-0>

#
# Start dashboards
#
Expand Down Expand Up @@ -6657,6 +6671,11 @@ dashboards:

- name: sig-contribex-slack-infra

- name: google-cel
dashboard_tab:
- name: cel-go
test_group_name: cel-go-conformance-tests

#
# Start dashboard groups
#
Expand Down Expand Up @@ -6688,6 +6707,7 @@ dashboard_groups:
- name: google
dashboard_names:
- google-aws
- google-cel
- google-gce
- google-gce-compute-image-tools
- google-gci
Expand Down