Skip to content

Commit 90b5c4b

Browse files
dlvenablegithub-actions[bot]
authored andcommitted
Require the smoke tests to pass before attempting to promote now that they work well. Update the RELEASING.md documentation on this. (#5997)
Signed-off-by: David Venable <dlv@amazon.com> (cherry picked from commit d75ab26)
1 parent 8bc4a11 commit 90b5c4b

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ jobs:
110110

111111
promote:
112112
runs-on: ubuntu-latest
113-
if: ${{ (success() || failure()) && needs.build.result == 'success' }}
114113
needs: [build, validate-docker, validate-archive]
115114
permissions:
116115
contents: write

RELEASING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ Once approved by two maintainers, the release build will be promoted to producti
168168

169169
You can also deny a release by using _deny_ or _denied_ in the comment.
170170

171-
**NOTE** The smoke tests currently report a build failure, even when they succeed. Thus, you need to manually verify the output.
172-
173171
### OpenSearch CI server build
174172

175173
After two maintainers approve the GitHub issue, the [OpenSearch CI server](https://build.ci.opensearch.org/) will start a build.

0 commit comments

Comments
 (0)