/llvm-project/.github/workflows/ |
H A D | libcxx-restart-preempted-jobs.yaml | 1 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 D | llvm-project-workflow-tests.yml | 1 # 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 D | issue-release-workflow.yml | 1 # This contains the workflow definitions that allow users to test backports 15 name: Issue Release Workflow 65 release-workflow \
|
H A D | issue-write.yml | 38 artifact-name: workflow-args 96 // 1. Rebase the PR, which triggers some workflow. 98 // 3. The workflow finishes and triggers this job.
|
H A D | release-sources.yml | 31 # 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 D | llvm-project-tests.yml | 57 # 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 D | spirv-tests.yml | 17 group: ${{ github.workflow }}-${{ github.ref }}
|
H A D | lld-tests.yml | 28 group: ${{ github.workflow }}-${{ github.ref }}
|
H A D | libclc-tests.yml | 30 group: ${{ github.workflow }}-${{ github.ref }}
|
H A D | lldb-tests.yml | 30 group: ${{ github.workflow }}-${{ github.ref }}
|
H A D | clang-tests.yml | 28 group: ${{ github.workflow }}-${{ github.ref }}
|
H A D | pr-request-release-note.yml | 47 name: workflow-args
|
H A D | email-check.yaml | 44 name: workflow-args
|
H A D | libclang-python-tests.yml |
|
H A D | scorecard.yml | 1 # This workflow uses actions that are not certified by GitHub. They are provided
|
H A D | ci-post-commit-analyzer.yml | 28 llvm-project-${{ github.workflow }}-${{ github.event_name == 'pull_request' &&
|
/llvm-project/llvm/utils/ |
H A D | count_running_jobs.py | 30 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 D | releasing.md | 31 …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 D | README.md | 3 …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 D | malloc.cpp | 4 // Tests that a regular workflow of allocation, memory fill and free works as
|
/llvm-project/llvm/docs/ |
H A D | GitHub.rst | 46 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 D | Contributing.rst | 92 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 D | GitHubMove.rst | 291 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 D | github-automation.py | 321 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 D | apple-libunwind-backdeployment.cfg.in |
|