Searched full:ciflow (Results 1 – 25 of 63) sorted by relevance
123
/external/pytorch/.github/ |
D | pytorch-probot.yml | 4 - ciflow/binaries 5 - ciflow/binaries_conda 6 - ciflow/binaries_libtorch 7 - ciflow/binaries_wheel 8 - ciflow/inductor 9 - ciflow/inductor-rocm 10 - ciflow/inductor-perf-compare 11 - ciflow/inductor-micro-benchmark 12 - ciflow/inductor-micro-benchmark-cpu-x86 13 - ciflow/inductor-cu124 [all …]
|
D | labeler.yml | 11 "ciflow/inductor": 62 "ciflow/linux-aarch64": 88 "ciflow/trunk":
|
/external/executorch/.github/ |
D | pytorch-probot.yml | 3 - ciflow/android 4 - ciflow/apple 5 - ciflow/nightly 6 - ciflow/trunk 7 - ciflow/binaries 8 - ciflow/binaries/all 9 - ciflow/periodic
|
/external/pytorch/.github/scripts/ |
D | generate_ci_workflows.py | 18 LABEL_CIFLOW_TRUNK = "ciflow/trunk" 19 LABEL_CIFLOW_UNSTABLE = "ciflow/unstable" 20 LABEL_CIFLOW_BINARIES = "ciflow/binaries" 21 LABEL_CIFLOW_PERIODIC = "ciflow/periodic" 22 LABEL_CIFLOW_BINARIES_LIBTORCH = "ciflow/binaries_libtorch" 23 LABEL_CIFLOW_BINARIES_CONDA = "ciflow/binaries_conda" 24 LABEL_CIFLOW_BINARIES_WHEEL = "ciflow/binaries_wheel" 32 # Certain jobs might not want to be part of the ciflow/[all,trunk] workflow
|
D | drci_mocks.json.gz |
|
D | README.md | 41 #### ciflow (trunk) 43 The label `ciflow/trunk` can be used to run `trunk` only workflows. This is especially useful if tr… 66 3. Submit fake PR to PyTorch. If changing binaries build, add an appropriate label like `ciflow/bin…
|
D | delete_old_branches.py | 279 # Deletes ciflow tags if they are associated with a closed PR or a specific 282 # ciflow tags should be deleted regardless of creation date. 298 if not tag.startswith("ciflow/"): 300 re_match_pr = re.match(r"^ciflow\/.*\/(\d{5,6})$", tag) 301 re_match_sha = re.match(r"^ciflow\/.*\/([0-9a-f]{40})$", tag)
|
D | collect_ciflow_labels.py | 29 "Return sorted list of ciflow tags" 31 tag[:-2] for tag in tags if tag.startswith("ciflow/") and tag.endswith("/*")
|
D | trymerge_explainer.py | 8 CIFLOW_LABEL = re.compile(r"^ciflow/.+") 9 CIFLOW_TRUNK_LABEL = re.compile(r"^ciflow/trunk")
|
D | generate_pytorch_version.py | 45 # Ignore ciflow tags 46 if tag.startswith("ciflow/"):
|
D | filter_test_configs.py | 153 will be selected. This also works with ciflow labels, for example, if a PR has both 154 ciflow/trunk and test-config/functorch, only trunk functorch builds and tests will 559 # If the tag matches, we can get the PR number from it, this is from ciflow 561 tag_regex = re.compile(r"^ciflow/\w+/(?P<pr_number>\d+)$") 576 # The PR number can also come from the tag in ciflow tag event 582 # There is a tag but it isn't ciflow, so there is nothing left to do
|
D | runner_determinator.py | 142 # If the trigger was a new tag added by a bot, this is a ciflow case 144 # embedded in the tag name: ciflow/<name>/<pr-number> 152 and split_tag[0] == "ciflow"
|
/external/pytorch/.github/workflows/ |
D | unstable.yml | 8 - ciflow/unstable/* 29 echo "In addition, a new label called ciflow/unstable can be attached to the"
|
D | unstable-periodic.yml | 9 - ciflow/unstable/* 31 echo "In addition, a new label called ciflow/unstable can be attached to the"
|
D | _binary-upload.yml | 110 …tartsWith(github.event.ref, 'refs/tags/') && !startsWith(github.event.ref, 'refs/tags/ciflow/')) }} 127 …artsWith(github.event.ref, 'refs/tags/') && !startsWith(github.event.ref, 'refs/tags/ciflow/'))) }} 132 …startsWith(github.event.ref, 'refs/tags/') && !startsWith(github.event.ref, 'refs/tags/ciflow/') }}
|
D | generated-macos-arm64-binary-libtorch-cxx11-abi-nightly.yml | 8 # TODO: Migrate to new ciflow trigger, reference https://github.com/pytorch/pytorch/pull/70321 17 - 'ciflow/binaries/*' 18 - 'ciflow/binaries_libtorch/*'
|
D | docker-release.yml | 19 - ciflow/nightly/* 118 …b.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/ciflow/nightly/') }}
|
D | mac-mps.yml | 6 - ciflow/mps/*
|
D | torchbench.yml | 6 - ciflow/torchbench/*
|
D | inductor-micro-benchmark-x86.yml | 8 - ciflow/inductor-micro-benchmark-cpu-x86/*
|
D | inductor-micro-benchmark.yml | 8 - ciflow/inductor-micro-benchmark/*
|
D | inductor-perf-compare.yml | 6 - ciflow/inductor-perf-compare/*
|
/external/executorch/.github/scripts/ |
D | trymerge_explainer.py | 14 CIFLOW_LABEL = re.compile(r"^ciflow/.+") 15 CIFLOW_TRUNK_LABEL = re.compile(r"^ciflow/trunk")
|
/external/executorch/.github/workflows/ |
D | nightly.yml | 8 - ciflow/nightly/*
|
D | build-wheels-linux.yml | 17 - ciflow/binaries/*
|
123