Skip to content

Commit f7b2707

Browse files
authored
Update workflow versions to 1.2 and remove dependency install now handled by OpenSearch (#123)
Signed-off-by: Eric Lobdell <[email protected]>
1 parent 5fb620e commit f7b2707

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

.github/workflows/cypress-workflow.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- 1.*
1111
env:
12-
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
12+
OPENSEARCH_DASHBOARDS_VERSION: '1.2'
1313
OPENSEARCH_VERSION: '1.2.0-SNAPSHOT'
1414
jobs:
1515
tests:
@@ -26,46 +26,6 @@ jobs:
2626
with:
2727
# TODO: Parse this from index management plugin
2828
java-version: 14
29-
# dependencies: OpenSearch
30-
- name: Checkout OpenSearch
31-
uses: actions/checkout@v2
32-
with:
33-
repository: 'opensearch-project/OpenSearch'
34-
path: OpenSearch
35-
ref: '1.x'
36-
- name: Build OpenSearch
37-
working-directory: ./OpenSearch
38-
run: ./gradlew publishToMavenLocal
39-
# dependencies: common-utils
40-
- name: Checkout common-utils
41-
uses: actions/checkout@v2
42-
with:
43-
repository: 'opensearch-project/common-utils'
44-
path: common-utils
45-
ref: 'main'
46-
- name: Build common-utils
47-
working-directory: ./common-utils
48-
run: ./gradlew publishToMavenLocal -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}
49-
# dependencies: job-scheduler
50-
- name: Checkout job-scheduler
51-
uses: actions/checkout@v2
52-
with:
53-
repository: 'opensearch-project/job-scheduler'
54-
path: job-scheduler
55-
ref: 'main'
56-
- name: Build job-scheduler
57-
working-directory: ./job-scheduler
58-
run: ./gradlew publishToMavenLocal -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}
59-
# dependencies: alerting-notification
60-
- name: Checkout alerting
61-
uses: actions/checkout@v2
62-
with:
63-
repository: 'opensearch-project/alerting'
64-
path: alerting
65-
ref: 'main'
66-
- name: Build alerting
67-
working-directory: ./alerting
68-
run: ./gradlew :alerting-notification:publishToMavenLocal -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}
6929
- name: Checkout index management
7030
uses: actions/checkout@v2
7131
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- main
1010
- development-*
1111
env:
12-
OPENSEARCH_DASHBOARDS_VERSION: '1.x'
12+
OPENSEARCH_DASHBOARDS_VERSION: '1.2'
1313
jobs:
1414
tests:
1515
name: Run unit tests

0 commit comments

Comments
 (0)