Home
last modified time | relevance | path

Searched full:ciflow (Results 1 – 25 of 63) sorted by relevance

123

/external/pytorch/.github/
Dpytorch-probot.yml4 - 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 …]
Dlabeler.yml11 "ciflow/inductor":
62 "ciflow/linux-aarch64":
88 "ciflow/trunk":
/external/executorch/.github/
Dpytorch-probot.yml3 - 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/
Dgenerate_ci_workflows.py18 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
Ddrci_mocks.json.gz
DREADME.md41 #### 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…
Ddelete_old_branches.py279 # 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)
Dcollect_ciflow_labels.py29 "Return sorted list of ciflow tags"
31 tag[:-2] for tag in tags if tag.startswith("ciflow/") and tag.endswith("/*")
Dtrymerge_explainer.py8 CIFLOW_LABEL = re.compile(r"^ciflow/.+")
9 CIFLOW_TRUNK_LABEL = re.compile(r"^ciflow/trunk")
Dgenerate_pytorch_version.py45 # Ignore ciflow tags
46 if tag.startswith("ciflow/"):
Dfilter_test_configs.py153 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
Drunner_determinator.py142 # 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/
Dunstable.yml8 - ciflow/unstable/*
29 echo "In addition, a new label called ciflow/unstable can be attached to the"
Dunstable-periodic.yml9 - ciflow/unstable/*
31 echo "In addition, a new label called ciflow/unstable can be attached to the"
D_binary-upload.yml110 …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/') }}
Dgenerated-macos-arm64-binary-libtorch-cxx11-abi-nightly.yml8 # TODO: Migrate to new ciflow trigger, reference https://github.com/pytorch/pytorch/pull/70321
17 - 'ciflow/binaries/*'
18 - 'ciflow/binaries_libtorch/*'
Ddocker-release.yml19 - ciflow/nightly/*
118 …b.event.ref == 'refs/heads/nightly' || startsWith(github.event.ref, 'refs/tags/ciflow/nightly/') }}
Dmac-mps.yml6 - ciflow/mps/*
Dtorchbench.yml6 - ciflow/torchbench/*
Dinductor-micro-benchmark-x86.yml8 - ciflow/inductor-micro-benchmark-cpu-x86/*
Dinductor-micro-benchmark.yml8 - ciflow/inductor-micro-benchmark/*
Dinductor-perf-compare.yml6 - ciflow/inductor-perf-compare/*
/external/executorch/.github/scripts/
Dtrymerge_explainer.py14 CIFLOW_LABEL = re.compile(r"^ciflow/.+")
15 CIFLOW_TRUNK_LABEL = re.compile(r"^ciflow/trunk")
/external/executorch/.github/workflows/
Dnightly.yml8 - ciflow/nightly/*
Dbuild-wheels-linux.yml17 - ciflow/binaries/*

123