-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest-matrix.yaml
More file actions
26 lines (25 loc) · 981 Bytes
/
test-matrix.yaml
File metadata and controls
26 lines (25 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Test matrix configuration for CI smoke tests.
#
# ComputeTestMatrix.java reads this file to enrich the dynamically
# computed test matrix with per-overlay test settings.
#
# The matrix is computed automatically from overlay component
# dependencies — only "leaf" overlays (those not fully covered by
# a larger overlay) are tested. This file provides additional
# test-specific configuration that doesn't belong in the overlay
# definitions themselves.
#
# Structure:
# overlays:
# <overlay-name>:
# condition-overrides: "<apiGroup>=<Condition> ..."
#
# Fields:
# condition-overrides Space-separated list of apiGroup=Condition
# pairs. During verification, custom resources
# belonging to the given API group will be
# checked for the specified condition instead
# of the default "Ready".
overlays:
metrics:
condition-overrides: "monitoring.coreos.com=Available"