Skip to content

Commit

Permalink
Removes rc1 version qualifier [BACKPORT] (#194)
Browse files Browse the repository at this point in the history
* Removes rc1 version qualifier (#192)

* Removes rc1 version qualifier

Signed-off-by: Clay Downs <[email protected]>

* Changes cypress workflow to use OS Dashboards 2.0 branch

Signed-off-by: Clay Downs <[email protected]>

* Updates unit test workflow version

Signed-off-by: Clay Downs <[email protected]>
Signed-off-by: Clay Downs <[email protected]>

* Adds 2.0 branch to cypress workflow

Signed-off-by: Clay Downs <[email protected]>
Signed-off-by: Clay Downs <[email protected]>

* Adds 2.0 branch to unit test workflow

Signed-off-by: Clay Downs <[email protected]>
  • Loading branch information
downsrob authored May 13, 2022
1 parent a39d9d3 commit c0ade1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cypress-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
pull_request:
branches:
- main
- 2.0
push:
branches:
- main
- development-*
- 2.0
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_VERSION: '2.0.0-rc1-SNAPSHOT'
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
OPENSEARCH_VERSION: '2.0.0-SNAPSHOT'
jobs:
tests:
name: Run Cypress E2E tests
Expand All @@ -30,7 +32,7 @@ jobs:
with:
path: index-management
repository: opensearch-project/index-management
ref: 'main'
ref: '2.0'
- name: Run opensearch with plugin
run: |
cd index-management
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
pull_request:
branches:
- main
- 2.0
push:
branches:
- main
- 2.0
- development-*
env:
OPENSEARCH_DASHBOARDS_VERSION: 'main'
OPENSEARCH_DASHBOARDS_VERSION: '2.0'
jobs:
tests:
name: Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "indexManagementDashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"opensearchDashboardsVersion": "2.0.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "2.0.0.0-rc1",
"version": "2.0.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit c0ade1f

Please sign in to comment.