Skip to content

Commit 2d0a1aa

Browse files
authored
Change workflows to run against 1.x branch (opensearch-project#31)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent d814b13 commit 2d0a1aa

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/e2e-tests-workflow.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ on:
77
branches:
88
- main
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: 1.0.0-beta1
11-
OPENSEARCH_VERSION: 1.0.0-beta1
10+
OPENSEARCH_DASHBOARDS_VERSION: 1.x
1211
AD_OPENSEARCH_DASHBOARDS_PLUGIN_NAME: anomalyDetectionDashboards
1312
OPENSEARCH_DOCKER_IMAGE: opensearchstaging/opensearch
1413
DASHBOARDS_DOCKER_IMAGE: opensearchstaging/opensearch-dashboards
@@ -65,7 +64,6 @@ jobs:
6564
run: |
6665
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
6766
plugin_version=$(node -pe "require('./package.json').version")
68-
echo opensearch version: $OPENSEARCH_VERSION
6967
echo plugin version: $plugin_version
7068
echo plugin name: $AD_OPENSEARCH_DASHBOARDS_PLUGIN_NAME
7169
if docker pull $OPENSEARCH_DOCKER_IMAGE:latest
@@ -108,7 +106,6 @@ jobs:
108106
steps:
109107
- name: Pull and Run Docker
110108
run: |
111-
echo opensearch version: $OPENSEARCH_VERSION
112109
if docker pull $OPENSEARCH_DOCKER_IMAGE:latest
113110
then
114111
echo "FROM $OPENSEARCH_DOCKER_IMAGE:latest" >> Dockerfile

.github/workflows/unit-tests-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- main
99
env:
10-
OPENSEARCH_DASHBOARDS_VERSION: 1.0.0-beta1
10+
OPENSEARCH_DASHBOARDS_VERSION: 1.x
1111
jobs:
1212
tests:
1313
name: Run unit tests

0 commit comments

Comments
 (0)