Skip to content

Commit

Permalink
chore: Drop validate pipeline (#250)
Browse files Browse the repository at this point in the history
<!-- Thank you for your contribution. Before you submit the pull
request:
1. Follow contributing guidelines, templates, the recommended Git
workflow, and any related documentation.
2. Read and submit the required Contributor Licence Agreements
(https://github.com/kyma-project/community/blob/main/CONTRIBUTING.md#agreements-and-licenses).
3. Test your changes and attach their results to the pull request.
4. Update the relevant documentation.

If the pull request requires a decision, follow the [decision-making
process](https://github.com/kyma-project/community/blob/main/governance.md)
and replace the PR template with the [decision record
template](https://github.com/kyma-project/community/blob/main/.github/ISSUE_TEMPLATE/decision-record.md).
-->

**Description**

The existing `validate_pipeline_status.sh` script is meaningless, it
checks the latest commit in `main` branch, and expects the status to be
`success`, however, a different status doesn't mean it should block
release. Drop this script since no other module release use such
validation.

**Related issue(s)**
<!-- If you refer to a particular issue, provide its number. For
example, `Resolves #123`, `Fixes #43`, or `See also #33`. -->
  • Loading branch information
ruanxin authored Sep 3, 2024
1 parent f7a3c4e commit 2b7c451
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
fetch-depth: 0
- name: Validate the release tag
run: ./validate_release_tag.sh ${{ github.event.inputs.name }}
- name: Validate pipeline status
run: ./validate_pipeline_status.sh ${{ github.ref_name }}

draft-release:
name: Draft release
Expand Down
13 changes: 0 additions & 13 deletions scripts/release/validate_pipeline_status.sh

This file was deleted.

0 comments on commit 2b7c451

Please sign in to comment.