Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Github] Build CI Containers in Stacked PRs#149346

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

boomanaiden154
Copy link
Contributor

Currently the pull_request event on the build CI container workflows are restricted to main. This prevents building them on stacked PRs. This is a bit annoying because we do not get the CI to test that everything is working until all of the base PRs have landed and the target branch becomes main.

Currently the pull_request event on the build CI container workflows arerestricted to main. This prevents building them on stacked PRs. This isa bit annoying because we do not get the CI to test that everything isworking until all of the base PRs have landed and the target branchbecomes main.
@llvmbot
Copy link
Member

@llvm/pr-subscribers-github-workflow

Author: Aiden Grossman (boomanaiden154)

Changes

Currently the pull_request event on the build CI container workflows are restricted to main. This prevents building them on stacked PRs. This is a bit annoying because we do not get the CI to test that everything is working until all of the base PRs have landed and the target branch becomes main.


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

2 Files Affected:

  • (modified) .github/workflows/build-ci-container-windows.yml (-2)
  • (modified) .github/workflows/build-ci-container.yml (-2)
diff --git a/.github/workflows/build-ci-container-windows.yml b/.github/workflows/build-ci-container-windows.ymlindex 59079f057d021..f76c69f29fb30 100644--- a/.github/workflows/build-ci-container-windows.yml+++ b/.github/workflows/build-ci-container-windows.yml@@ -11,8 +11,6 @@ on:       - .github/workflows/build-ci-container-windows.yml       - '.github/workflows/containers/github-action-ci-windows/**'   pull_request:-    branches:-      - main     paths:       - .github/workflows/build-ci-container-windows.yml       - '.github/workflows/containers/github-action-ci-windows/**'diff --git a/.github/workflows/build-ci-container.yml b/.github/workflows/build-ci-container.ymlindex 3159aae32ca51..7f01264af8534 100644--- a/.github/workflows/build-ci-container.yml+++ b/.github/workflows/build-ci-container.yml@@ -11,8 +11,6 @@ on:       - .github/workflows/build-ci-container.yml       - '.github/workflows/containers/github-action-ci/**'   pull_request:-    branches:-      - main     paths:       - .github/workflows/build-ci-container.yml       - '.github/workflows/containers/github-action-ci/**'

@boomanaiden154boomanaiden154 merged commit7b541c9 intollvm:mainJul 18, 2025
16 checks passed
@boomanaiden154boomanaiden154 deleted the build-ci-container-stacked-prs branchJuly 18, 2025 14:06
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@KeenutsKeenutsKeenuts approved these changes

@tstellartstellarAwaiting requested review from tstellar

@dschuffdschuffAwaiting requested review from dschuff

@lnihlenlnihlenAwaiting requested review from lnihlen

@gburgessivgburgessivAwaiting requested review from gburgessiv

@cmticecmticeAwaiting requested review from cmtice

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@boomanaiden154@llvmbot@Keenuts

[8]ページ先頭

©2009-2025 Movatter.jp