From ffabce818ccd946db0f576f31865da5625d80bfe Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 23 Jun 2023 20:24:43 +0000 Subject: [PATCH 1/2] Increment version to 2.9.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 03ce95eb..15f4ccbd 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "notificationsDashboards", - "version": "2.8.0.0", - "opensearchDashboardsVersion": "2.8.0", + "version": "2.9.0.0", + "opensearchDashboardsVersion": "2.9.0", "requiredPlugins": [ "navigation", "data" diff --git a/package.json b/package.json index 5f611641..8ea255df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notifications-dashboards", - "version": "2.8.0.0", + "version": "2.9.0.0", "description": "OpenSearch Dashboards Notifications Plugin", "license": "Apache-2.0", "main": "index.ts", From 4519c07c03828f40a69c84c2dc0e8c8f0390dbb2 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 10 Jul 2023 11:43:02 +0800 Subject: [PATCH 2/2] Remove opensearch version for 2.x Signed-off-by: Hailong Cui --- .../dashboards-notifications-test-and-build-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml index 6f1ce6b7..b9925250 100644 --- a/.github/workflows/dashboards-notifications-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-notifications-test-and-build-workflow.yml @@ -10,7 +10,6 @@ on: [pull_request, push] env: PLUGIN_NAME: notifications-dashboards OPENSEARCH_DASHBOARDS_VERSION: '2.x' - OPENSEARCH_VERSION: '2.8.0-SNAPSHOT' jobs: tests: @@ -74,7 +73,7 @@ jobs: brew install coreutils fi cd notifications/notifications - ./gradlew run -Dopensearch.version=${{ env.OPENSEARCH_VERSION }} -x integTest -x jacocoTestReport & + ./gradlew run -x integTest -x jacocoTestReport & timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9200)" != "200" ]]; do sleep 5; done' shell: bash env: