Lines Matching +full:release +full:- +full:workflow
3 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 python3 ./count_running_jobs.py --token=<github token>
24 .get_repo("llvm/llvm-project")
30 for workflow in workflows:
31 for job in workflow.jobs():
34 # to pull in a PyGithub release that has the runner_group_name property
35 # for workflow jobs.
44 print(f"{workflow.name}/{job.name}")
57 "--token",
64 "--output-file",
66 help="The output file to write time-series data to",
71 "--data-collection-interval",
78 "--filter-gha-runners",
83 "--no-filter-gha-runners",
96 print("A data collection interval must be specified when --output_file is used")