Skip to content

Conversation

@tstellar
Copy link
Collaborator

@tstellar tstellar commented Feb 2, 2025

This way we don't need to duplicate the list of supported targets in the release-tasks workflow.

This way we don't need to duplicate the list of supported targets in the release-tasks workflow.
@llvmbot
Copy link
Member

llvmbot commented Feb 2, 2025

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

This way we don't need to duplicate the list of supported targets in the release-tasks workflow.


Full diff: https://github.com/llvm/llvm-project/pull/125378.diff

1 Files Affected:

  • (modified) .github/workflows/release-tasks.yml (+1-11)
diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index 780dd0ff6325c9..52076ea1821b0b 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -89,20 +89,10 @@ jobs: needs: - validate-tag - release-create - strategy: - fail-fast: false - matrix: - runs-on: - - ubuntu-22.04 - - windows-2022 - - macos-13 - - macos-14 - - uses: ./.github/workflows/release-binaries.yml + uses: ./.github/workflows/release-binaries-all.yml with: release-version: ${{ needs.validate-tag.outputs.release-version }} upload: true - runs-on: ${{ matrix.runs-on }} # Called workflows don't have access to secrets by default, so we need to explicitly pass secrets that we use. secrets: RELEASE_TASKS_USER_TOKEN: ${{ secrets.RELEASE_TASKS_USER_TOKEN }} 
@tstellar tstellar merged commit d194c6b into llvm:main Feb 3, 2025
8 checks passed
@tstellar tstellar added this to the LLVM 20.X Release milestone Feb 3, 2025
@tstellar
Copy link
Collaborator Author

tstellar commented Feb 3, 2025

/cherry-pick d194c6b

@llvmbot
Copy link
Member

llvmbot commented Feb 3, 2025

/pull-request #125585

swift-ci pushed a commit to swiftlang/llvm-project that referenced this pull request Feb 4, 2025
…25378) This way we don't need to duplicate the list of supported targets in the release-tasks workflow. (cherry picked from commit d194c6b)
Icohedron pushed a commit to Icohedron/llvm-project that referenced this pull request Feb 11, 2025
…25378) This way we don't need to duplicate the list of supported targets in the release-tasks workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants