From 726a16ebadb37546ff817d3338ad57ee9c5a5235 Mon Sep 17 00:00:00 2001 From: Tianle Huang <60111637+tianleh@users.noreply.github.com> Date: Fri, 29 Oct 2021 06:58:50 -0700 Subject: [PATCH] add dashboards functional test repo into 1.2.0 manifest (#835) * add dashboards functional test repo into 1.2.0 manifest Signed-off-by: Tianle Huang * restore installer Signed-off-by: Tianle Huang --- manifests/1.2.0/opensearch-dashboards-1.2.0.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/1.2.0/opensearch-dashboards-1.2.0.yml b/manifests/1.2.0/opensearch-dashboards-1.2.0.yml index 62fff5d119..20b15085e1 100644 --- a/manifests/1.2.0/opensearch-dashboards-1.2.0.yml +++ b/manifests/1.2.0/opensearch-dashboards-1.2.0.yml @@ -10,4 +10,7 @@ components: - name: OpenSearch-Dashboards ref: main repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git +- name: functionalTestDashboards + repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git + ref: "main" schema-version: '1.0'