Home
last modified time | relevance | path

Searched full:workflow (Results 1 – 25 of 60) sorted by relevance

123

/llvm-project/.github/workflows/
H A Dlibcxx-restart-preempted-jobs.yaml1 name: Restart Preempted Libc++ Workflow
4 # This workflow identifies when a workflow run was canceled due to the VM being preempted,
5 # and restarts the workflow run.
7 # We identify a canceled workflow run by checking the annotations of the check runs in the check suite,
10 # Note: If a job is both preempted and also contains a non-preemption failure, we do not restart the workflow.
43 // Create a check run on the given workflow run to indicate if
44 // we are restarting the workflow or not.
120 // We only want to restart the workflow if all of the failures were due to preemption.
121 // We don't want to restart the workflow i
[all...]
H A Dllvm-project-workflow-tests.yml1 # This workflow will test the llvm-project-tests workflow in PRs
2 # targetting the main branch. Since this workflow doesn't normally
6 name: LLVM Workflow Test
17 - '.github/workflows/llvm-project-workflow-tests.yml'
22 group: ${{ github.workflow }}-${{ github.ref }}
H A Dissue-release-workflow.yml1 # This contains the workflow definitions that allow users to test backports
15 name: Issue Release Workflow
65 release-workflow \
H A Dissue-write.yml38 artifact-name: workflow-args
96 // 1. Rebase the PR, which triggers some workflow.
98 // 3. The workflow finishes and triggers this job.
H A Drelease-sources.yml31 # When a PR is closed, we still start this workflow, but then skip
38 group: ${{ github.workflow }}-${{ inputs.release-version || github.event.pull_request.number }}
H A Dllvm-project-tests.yml57 # If the group name here is the same as the group name in the workflow that includes
59 group: llvm-project-${{ github.workflow }}-${{ inputs.projects }}-${{ inputs.python_version }}${{ github.ref }}
H A Dspirv-tests.yml17 group: ${{ github.workflow }}-${{ github.ref }}
H A Dlld-tests.yml28 group: ${{ github.workflow }}-${{ github.ref }}
H A Dlibclc-tests.yml30 group: ${{ github.workflow }}-${{ github.ref }}
H A Dlldb-tests.yml30 group: ${{ github.workflow }}-${{ github.ref }}
H A Dclang-tests.yml28 group: ${{ github.workflow }}-${{ github.ref }}
H A Dpr-request-release-note.yml47 name: workflow-args
H A Demail-check.yaml44 name: workflow-args
H A Dlibclang-python-tests.yml
H A Dscorecard.yml1 # This workflow uses actions that are not certified by GitHub. They are provided
H A Dci-post-commit-analyzer.yml28 llvm-project-${{ github.workflow }}-${{ github.event_name == 'pull_request' &&
/llvm-project/llvm/utils/
H A Dcount_running_jobs.py30 for workflow in workflows:
31 for job in workflow.jobs():
35 # for workflow jobs.
44 print(f"{workflow.name}/{job.name}")
/llvm-project/third-party/benchmark/docs/
H A Dreleasing.md31 …lly, make sure to select the newly created `<tag>` as the workflow version in the "Run workflow" t…
/llvm-project/third-party/benchmark/
H A DREADME.md3 …d-and-test/badge.svg)](https://github.com/google/benchmark/actions?query=workflow%3Abuild-and-test)
5 …k/workflows/pylint/badge.svg)](https://github.com/google/benchmark/actions?query=workflow%3Apylint)
6 …st-bindings/badge.svg)](https://github.com/google/benchmark/actions?query=workflow%3Atest-bindings)
/llvm-project/compiler-rt/test/scudo/
H A Dmalloc.cpp4 // Tests that a regular workflow of allocation, memory fill and free works as
/llvm-project/llvm/docs/
H A DGitHub.rst46 describes the typical workflow of creating a Pull Request and getting it reviewed
47 and accepted. This is meant as an overview of the GitHub workflow, for complete
61 tools and the GitHub CLI. The GitHub CLI (`gh`) will be most like the `arc` workflow and
H A DContributing.rst92 For more information about the workflow of using GitHub Pull Requests see our
153 Please ask for help if you're having trouble with your particular git workflow.
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst291 into GitHub and could restrict future workflow changes.
296 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`.
297 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-monocheckout-multicommit>`.
298 * :ref:`Commit an API Change in LLVM and Update the Sub-projects <workflow-cross-repo-commit>`.
299 …* :ref:`Branching/Stashing/Updating for Local Development or Experiments <workflow-mono-branching>…
300 * :ref:`Bisecting <workflow-mono-bisecting>`.
302 Workflow Before/After
/llvm-project/llvm/utils/git/
H A Dgithub-automation.py321 This class implements the sub-commands for the release-workflow command.
428 a Github workflow to skip parsing this comment.
683 release_workflow_parser = subparsers.add_parser("release-workflow")
754 elif args.command == "release-workflow":
/llvm-project/libunwind/test/configs/
H A Dapple-libunwind-backdeployment.cfg.in

123