Skip to content

Commit

Permalink
Add CEL conformance test bucket
Browse files Browse the repository at this point in the history
fix config

fix underscore
  • Loading branch information
victoriajyang committed Jul 2, 2019
1 parent f655dfb commit dd7d17d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
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

0 comments on commit dd7d17d

Please sign in to comment.