Skip to content

Commit

Permalink
add dashboards functional test repo into build process
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <[email protected]>
  • Loading branch information
tianleh committed Oct 22, 2021
1 parent 7f3e41f commit ea0fe42
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 35 deletions.
54 changes: 19 additions & 35 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions manifests/1.1.0/opensearch-dashboards-1.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ components:
repository: https://github.com/opensearch-project/dashboards-visualizations
working_directory: gantt-chart
ref: "1.1"
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: "main"

7 changes: 7 additions & 0 deletions scripts/components/functionalTestDashboards/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# The OpenSearch Contributors require contributions made to
# this file be licensed under the Apache-2.0 license or a
# compatible open source license.

# intentional left empty

0 comments on commit ea0fe42

Please sign in to comment.