Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.3.16] Manifest Commit Lock with action MATCH_BUILD_MANIFEST #97

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
5bc11af
Add consolidated release notes for 2.13.0 (#4595)
gaiksaya Apr 2, 2024
a40d054
Update ref to tags for 2.13.0 (#4603)
gaiksaya Apr 2, 2024
30c42bf
Update nightly benchmark to track 2.14 version (#4604)
rishabh6788 Apr 4, 2024
aceef81
[AUTO] Update input manifests (#4605)
opensearch-ci-bot Apr 4, 2024
f06ec09
[AUTO] Update input manifests (#4609)
opensearch-ci-bot Apr 8, 2024
dfaad29
Add jenkins benchmark job for cluster endpoint runs (#4579)
Divyaasm Apr 8, 2024
99b78c8
Fix build failure for benchmark-test-endpoint jenkins workflow (#4613)
Divyaasm Apr 8, 2024
80e9dd3
Ignore release notes folder for link checker workflow (#4614)
gaiksaya Apr 8, 2024
46f773e
Replace so workload with pmc in nightly runs (#4617)
rishabh6788 Apr 8, 2024
d557876
Update the build library tag version for build job (#4615)
zelinh Apr 8, 2024
a4da484
Switch ci images to almalinux8/windows2019/ubuntu20.04 (#4525)
peterzhuamazon Apr 9, 2024
7c0048f
Update the plugin_onboarding_template.yaml template to include a docu…
hdhalter Apr 9, 2024
0ec747e
Update the ONBOARDING.md file with note about contributing documentat…
hdhalter Apr 9, 2024
62efd28
Update opensearch-release-notes-2.13.0.md (#4626)
jhmcintyre Apr 11, 2024
0c64871
Ensure error stack trace is always printed out for each build (#4628)
peterzhuamazon Apr 11, 2024
82711b3
Replace http_logs for concurrent search nightlies with noaa (#4629)
rishabh6788 Apr 11, 2024
4fc22c5
Refactor release-notes workflow (#4627)
rishabh6788 Apr 11, 2024
624e2dd
Enable snapshot runs for NOAA workload (#4633)
rishabh6788 Apr 12, 2024
058f55a
Add snapshot enabled nightly runs for pmc (#4636)
rishabh6788 Apr 12, 2024
22b5066
Upgrade ruby from 2.6.0 to 3.1.2 for opensearch-ruby 3.2.0 requiremen…
peterzhuamazon Apr 12, 2024
90352da
[AUTO] Update input manifests (#4637)
opensearch-ci-bot Apr 12, 2024
c108a13
Add test manifests for 1.3.16 and increase build frequency (#4639)
zelinh Apr 12, 2024
9258e93
Add OS and OSD test manifests for 2.14.0 release version (#4640)
rishabh6788 Apr 15, 2024
10eb098
Update . to : for all chown coomands in deb/rpm build templates (#4641)
peterzhuamazon Apr 15, 2024
2e75add
Update jenkinsfile with latest Windows M54xlarge Agents (#4642)
peterzhuamazon Apr 15, 2024
006d48a
Add tiered policy snapshot runs for big5 workload for mainline (#4644)
rishabh6788 Apr 17, 2024
01f2876
Use almalinux8 docker images for 2.14.0 builds (#4645)
peterzhuamazon Apr 18, 2024
f97118a
Remove cron for 1.3.16 build (#4646)
zelinh Apr 18, 2024
2d2cfcf
Update gcc from 9.2.1 to 12.2.1 to fix k-NN compile bug on ARM64 (#4647)
peterzhuamazon Apr 19, 2024
4b31cca
Add changes to benchmarks to securely pass Cluster endpoint details (…
Divyaasm Apr 22, 2024
c1ff1ac
Lock manifest commit for 1.3.16 release candidates (#4648)
zelinh Apr 22, 2024
c8fa965
Fix manifest lock automation bug
prudhvigodithi Apr 23, 2024
dfaad4a
Manifest Commit Lock for Release 1.3.16
prudhvigodithi Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading