Skip to content

Commit

Permalink
[patch] [MASCORE-3975] Create FVT test for Grafana (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
twhart authored Sep 23, 2024
1 parent faa2f4b commit 41c56a9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tekton/src/pipelines/taskdefs/fvt-core/phase1-under5min.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
value: catalogapi
runAfter: {{ runAfter }}

# grafana ~5m
# -----------------------------------------------------------------------------
- name: grafana
{{ lookup('template', 'taskdefs/fvt-core/common/taskref.yml.j2') | indent(2) }}
params:
{{ lookup('template', 'taskdefs/fvt-core/common/params.yml.j2') | indent(4) }}
- name: fvt_test_suite
value: grafana
runAfter:
- catalogapi

# ibmadminissuer ~5m
# -----------------------------------------------------------------------------
- name: ibmadminissuer
Expand All @@ -17,7 +28,7 @@
- name: fvt_test_suite
value: ibmadminissuer
runAfter:
- catalogapi
- grafana

# milestonesapi ~5m
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 41c56a9

Please sign in to comment.