Skip to content

Commit

Permalink
remove job building os core in integration test (opensearch-project#860)
Browse files Browse the repository at this point in the history
* Updated copyright notices
(cherry-picked from commit a48786e)

Signed-off-by: Jason <[email protected]>
  • Loading branch information
hsiang9431-amzn committed Nov 17, 2021
1 parent 4a038ca commit 89c820a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,14 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

- name: Checkout OpenSearch
uses: actions/checkout@v2
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.x'

- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal

- name: Checkout security
- name: Checkout security plugin
uses: actions/checkout@v2
with:
repository: 'opensearch-project/security'
path: security
ref: 'main'

- name: Package
- name: Build security plugin
working-directory: ./security
run: mvn -B clean package -Padvanced -DskipTests

Expand Down Expand Up @@ -82,7 +71,7 @@ jobs:
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: '1.x'
ref: '1.2'
fetch-depth: 0

- name: Create plugins dir
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:
with:
path: OpenSearch-Dashboards
repository: opensearch-project/OpenSearch-Dashboards
ref: '1.2'
fetch-depth: 0
- name: Create plugins dir
run: |
cd ./OpenSearch-Dashboards
mkdir -p plugins
- name: Checkout
- name: Checkout OpenSearch Dashboard Security plugin
uses: actions/checkout@v2
with:
path: OpenSearch-Dashboards/plugins/security-dashboards-plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Enhancements
* Add AD validate, multi-category results API cluster permissions ([#849](https://github.com/opensearch-project/security-dashboards-plugin/pull/849))
* Add observability cluster permissions ([#851](https://github.com/opensearch-project/security-dashboards-plugin/pull/851))
* Add observability cluster permissions ([#851](https://github.com/opensearch-project/security-dashboards-plugin/pull/851))

### Maintenance
* Removing default integtest.sh ([#829](https://github.com/opensearch-project/security-dashboards-plugin/pull/829))
Expand All @@ -11,3 +11,4 @@
* Update release note for 1.2 ([#853](https://github.com/opensearch-project/security-dashboards-plugin/pull/853))
* Updated copyright notices ([#847](https://github.com/opensearch-project/security-dashboards-plugin/pull/847))
* Updated release notes for 1.2 with copyright updates ([#856](https://github.com/opensearch-project/security-dashboards-plugin/pull/856))
* Remove job building os core in integration test (#860) ([#863](https://github.com/opensearch-project/security-dashboards-plugin/pull/863))

0 comments on commit 89c820a

Please sign in to comment.