Home
last modified time | relevance | path

Searched full:github_output (Results 1 – 25 of 37) sorted by relevance

12

/external/python/cpython3/.github/workflows/
Dreusable-change-detection.yml68 echo "run-tests=true" >> $GITHUB_OUTPUT
84 …t-config\.yaml$|\.ruff\.toml$|\.md$|mypy\.ini$)' && echo "run-tests=true" >> $GITHUB_OUTPUT || true
92 echo "run-hypothesis=false" >> $GITHUB_OUTPUT
95 echo "run-hypothesis=true" >> $GITHUB_OUTPUT
107 echo "run-cifuzz=true" >> $GITHUB_OUTPUT
110 echo "run-cifuzz=false" >> $GITHUB_OUTPUT
115 …ash=${{ hashFiles('configure', 'configure.ac', '.github/workflows/build.yml') }}" >> $GITHUB_OUTPUT
136 echo "run-docs=true" >> "${GITHUB_OUTPUT}"
156 echo "run-win-msi=true" >> "${GITHUB_OUTPUT}"
/external/pytorch/.github/scripts/
Dparse_ref.py8 if os.getenv("GITHUB_OUTPUT"):
9 with open(str(os.getenv("GITHUB_OUTPUT")), "a") as env:
Drunner_determinator.py44 GITHUB_OUTPUT = os.getenv("GITHUB_OUTPUT", "") variable
78 if not GITHUB_OUTPUT:
81 …"No env var found for GITHUB_OUTPUT, you must be running this code locally. Falling back to the de…
86 with open(GITHUB_OUTPUT, "a") as f:
Dget_workflow_job_id.py139 if os.getenv("GITHUB_OUTPUT"):
140 with open(str(os.getenv("GITHUB_OUTPUT")), "a") as env:
Dtest_filter_test_configs.py252 if os.getenv("GITHUB_OUTPUT"):
253 del os.environ["GITHUB_OUTPUT"]
256 if os.getenv("GITHUB_OUTPUT"):
257 os.remove(str(os.getenv("GITHUB_OUTPUT")))
823 os.environ["GITHUB_OUTPUT"] = fp.name
826 with open(str(os.getenv("GITHUB_OUTPUT"))) as fp:
/external/deqp-deps/SPIRV-Tools/.github/workflows/
Dautoroll.yml41 echo "changed=false" >> $GITHUB_OUTPUT
43 echo "changed=true" >> $GITHUB_OUTPUT
/external/angle/third_party/spirv-tools/src/.github/workflows/
Dautoroll.yml41 echo "changed=false" >> $GITHUB_OUTPUT
43 echo "changed=true" >> $GITHUB_OUTPUT
/external/swiftshader/third_party/SPIRV-Tools/.github/workflows/
Dautoroll.yml41 echo "changed=false" >> $GITHUB_OUTPUT
43 echo "changed=true" >> $GITHUB_OUTPUT
/external/ot-br-posix/.github/workflows/
Ddocker.yml112 echo "docker_image=${DOCKER_IMAGE}" >> $GITHUB_OUTPUT
113 echo "version=${VERSION}" >> $GITHUB_OUTPUT
120 ${TAGS} --file etc/docker/Dockerfile ." >> $GITHUB_OUTPUT
/external/flatbuffers/.github/workflows/
Dbuild.yml61 … echo "hashes=$(sha256sum Linux.flatc.binary.${{ matrix.cxx }}.zip | base64 -w0)" >> $GITHUB_OUTPUT
65 … echo "hashes=$(sha256sum Linux.flatc.binary.${{ matrix.cxx }}.zip | base64 -w0)" >> $GITHUB_OUTPUT
190 run: echo "hashes=$(sha256sum Windows.flatc.binary.zip | base64 -w0)" >> $GITHUB_OUTPUT
266 run: echo "hashes=$(shasum -a 256 MacIntel.flatc.binary.zip | base64)" >> $GITHUB_OUTPUT
309 run: echo "hashes=$(shasum -a 256 Mac.flatc.binary.zip | base64)" >> $GITHUB_OUTPUT
615 echo "digests=$(cat checksums.txt | base64 -w0)" >> $GITHUB_OUTPUT
/external/executorch/.ci/scripts/
Dgather_test_models.py78 if os.getenv("GITHUB_OUTPUT"):
79 with open(str(os.getenv("GITHUB_OUTPUT")), "a") as env:
/external/accompanist/.github/workflows/
Dbuild.yml122 echo "TARGET=$TARGET" >> $GITHUB_OUTPUT
132 echo "ARCH=$ARCH" >> $GITHUB_OUTPUT
Ddevice-tests.yml62 echo "TARGET=$TARGET" >> $GITHUB_OUTPUT
/external/executorch/.github/workflows/
Dandroid-perf.yml123 echo "models=$(echo $MODELS | jq -Rc 'split(",")')" >> $GITHUB_OUTPUT
125 echo "devices=$(echo "$MAPPED_ARNS_JSON" | jq -c .)" >> $GITHUB_OUTPUT
126 echo "delegates=$(echo $DELEGATES | jq -Rc 'split(",")')" >> $GITHUB_OUTPUT
Dapple-perf.yml112 echo "models=$(echo $MODELS | jq -Rc 'split(",")')" >> $GITHUB_OUTPUT
114 echo "devices=$(echo "$MAPPED_ARNS_JSON" | jq -c .)" >> $GITHUB_OUTPUT
115 echo "delegates=$(echo $DELEGATES | jq -Rc 'split(",")')" >> $GITHUB_OUTPUT
/external/pytorch/.github/workflows/
D_runner-determinator.yml58 echo "workflow-type=$WORKFLOW_TYPE" >> "$GITHUB_OUTPUT"
Dupload-alerts.yml38 echo "script-output=$output" >> "$GITHUB_OUTPUT"
D_mac-test.yml107 echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}"
137 echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}"
D_win-test.yml104 echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}"
145 echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}"
D_xpu-test.yml91 echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}"
126 echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}"
D_rocm-test.yml99 echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}"
138 echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}"
D_linux-test.yml115 run: echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> "$GITHUB_OUTPUT"
136 echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}"
176 echo "timeout=$((JOB_TIMEOUT-30))" >> "${GITHUB_OUTPUT}"
/external/pytorch/.github/actions/build-android/
Daction.yml76 echo "container_id=${container_name}" >> "${GITHUB_OUTPUT}"
/external/curl/.github/workflows/
Dhacktoberfest-accepted.yml37 …-json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')" >> $GITHUB_OUTPUT
/external/pytorch/.github/actions/setup-linux/
Daction.yml34 run: echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT

12