Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
zelinh committed Apr 18, 2024
2 parents e532f3d + 01f2876 commit c8c1f08
Show file tree
Hide file tree
Showing 89 changed files with 2,719 additions and 591 deletions.
15 changes: 11 additions & 4 deletions .github/ISSUE_TEMPLATE/plugin_onboarding_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ body:
Thanks for taking the time to submit on-boarding request!
- type: textarea
attributes:
description: 'Provide the name link of your plugin'
description: 'Provide the name of your plugin.'
label: 'What is the name of your plugin?'
id: plugin-name
validations:
required: true
- type: textarea
attributes:
description: 'Provide the GitHub link for your repository'
description: 'Provide the GitHub link for your repository.'
label: 'What is the link to your GitHub repo?'
id: Github-link
validations:
Expand All @@ -29,6 +29,13 @@ body:
id: expected-release-version
validations:
required: true
- type: textarea
attributes:
description: 'If so, provide the link to the associated documentation PR. For information on contributing documentation, see [Contributing.md](https://github.com/opensearch-project/documentation-website/blob/main/CONTRIBUTING.md).'
label: 'Does the plugin require documentation?'
id: documentation
validations:
required: true
- type: textarea
attributes:
description: 'Is this OpenSearch, OpenSearch-dashboards plugin?'
Expand All @@ -38,8 +45,8 @@ body:
required: true
- type: textarea
attributes:
description: 'Did you go through the [on-boarding document](https://github.com/opensearch-project/opensearch-build/blob/main/ONBOARDING.md#plugin-onboarding)'
label: 'Did you read the on-boarding document'
description: 'See the [on-boarding document](https://github.com/opensearch-project/opensearch-build/blob/main/ONBOARDING.md#plugin-onboarding).'
label: 'Did you read the on-boarding document?'
id: document
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-ci-image-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if [[ "$PRODUCT" = "opensearch" ]]; then
PLATFORM="centos7" # Temp measure before centos7 deprecation on opensearch for k-NN
else
PLATFORM="rockylinux8"
PLATFORM="almalinux8"
fi
fi
crane version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path tests/ ./
args: --verbose --max-retries 5 --retry-wait-time 10 --accept=200,403,429 --exclude-path tests/ --exclude-path release-notes/ ./
fail: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion ONBOARDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## Plugin Onboarding

This document describes steps to onboard a new plugin to release workflow for continuous integration and testing.
This document describes the steps required to onboard a new plugin to the release workflow for continuous integration and testing. Make sure that you also consider whether the plugin requires documentation to implement or use it. If so, see [Contributing.md](https://github.com/opensearch-project/documentation-website/blob/main/CONTRIBUTING.md) in the documentation-website GitHub repository.

### Onboard to OpenSearch Meta

Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ typed-ast = "~=1.5.4"
zipp = "~=3.8.1"
importlib-metadata = "~=4.12.0"
ruamel-yaml = "~=0.17.21"
markdownify = "~=0.12.1"
mistune = "~=3.0.1"
semver = ">=3,<4"

Expand Down
Loading

0 comments on commit c8c1f08

Please sign in to comment.