Skip to content

Commit

Permalink
Update references from iree-org to openxla. (iree-org#12304)
Browse files Browse the repository at this point in the history
Generated by two find/replaces across the repo:
* `iree-org.github -> openxla.github`
* `iree-org/iree([^-])` with `openxla/iree$1` (note: this excludes other
repos like `iree-org/iree-llvm-fork`)

Other remaining patterns: `iree-org/projects/`, `iree-org/actions`
  • Loading branch information
ScottTodd authored Feb 22, 2023
1 parent 1f0b62b commit c7b2912
Show file tree
Hide file tree
Showing 138 changed files with 397 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
value: |
:star2: Thanks for taking the time to report this issue! :star2:
Please search through [other recent issues](https://github.com/iree-org/iree/issues) to see if your report overlaps with an existing issue.
Please search through [other recent issues](https://github.com/openxla/iree/issues) to see if your report overlaps with an existing issue.
- type: textarea
id: what-happened
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
blank_issues_enabled: true
contact_links:
- name: 📄 Blank Issue
url: https://github.com/iree-org/iree/issues/new
url: https://github.com/openxla/iree/issues/new
about: If you know what you're doing (especially collaborators)
- name: 📧 Send an email to our mailing list
url: https://groups.google.com/forum/#!forum/iree-discuss
about: For announcements and asynchronous discussion
- name: 🗣 Start a discussion on GitHub
url: https://github.com/iree-org/iree/discussions
url: https://github.com/openxla/iree/discussions
about: An alternative platform for asynchronous discussion
- name: 💬 Join us on Discord
url: https://discord.gg/26P4xW4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
output_dir: "${{ github.workspace }}/bindist"
run: |
# libzstd on GitHub Action bots is not compatible with MacOS universal.
# https://github.com/iree-org/iree/issues/9955
# https://github.com/openxla/iree/issues/9955
sudo rm -rf /usr/local/lib/libzstd*
sudo rm -rf /usr/local/lib/cmake/zstd/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ jobs:
# Wildcard pattern to match all execution benchmark results. Empty if
# execution_benchmarks is skipped, which results in no match.
EXECUTION_BENCHMARK_RESULTS_PATTERN: ${{ steps.download-execution-results.outputs.execution-benchmark-results-pattern }}
IREE_BUILD_URL: https://github.com/iree-org/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
IREE_BUILD_URL: https://github.com/openxla/iree/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}
PR_NUMBER: ${{ github.event.pull_request.number }}
BENCHMARK_COMMENT_ARTIFACT: benchmark-comment.json
run: |
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ contact:
email: [email protected]
affiliation: Google
license: "Apache-2.0 WITH LLVM-exception"
url: "https://iree-org.github.io/iree/"
repository-code: "https://github.com/iree-org/iree"
url: "https://openxla.github.io/iree/"
repository-code: "https://github.com/openxla/iree"
keywords:
- compiler
- "machine learning"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ option(IREE_LINK_COMPILER_SHARED_LIBRARY "Links IREE tools using the compiler co

# STREQUAL feels wrong here - we don't care about the exact true-value used,
# ON or TRUE or something else. But we haven't been able to think of a less bad
# alternative. https://github.com/iree-org/iree/pull/8474#discussion_r840790062
# alternative. https://github.com/openxla/iree/pull/8474#discussion_r840790062
if(NOT IREE_ENABLE_TSAN STREQUAL IREE_BYTECODE_MODULE_ENABLE_TSAN)
message(SEND_ERROR
"IREE_ENABLE_TSAN and IREE_BYTECODE_MODULE_ENABLE_TSAN must be "
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ write access).
## Peculiarities

Our documentation on
[repository management](https://github.com/iree-org/iree/blob/main/docs/developers/developing_iree/repository_management.md)
[repository management](https://github.com/openxla/iree/blob/main/docs/developers/developing_iree/repository_management.md)
has more information on some of the oddities in our repository setup and
workflows. For the most part, these should be transparent to normal developer
workflows.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ compiler and runtime that lowers Machine Learning (ML) models to a unified IR
that scales up to meet the needs of the datacenter and down to satisfy the
constraints and special considerations of mobile and edge deployments.

See [our website](https://iree-org.github.io/iree/) for project details, user
See [our website](https://openxla.github.io/iree/) for project details, user
guides, and instructions on building from source.

[![CI Status](https://github.com/iree-org/iree/actions/workflows/ci.yml/badge.svg?query=branch%3Amain+event%3Apush)](https://github.com/iree-org/iree/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)
[![CI Status](https://github.com/openxla/iree/actions/workflows/ci.yml/badge.svg?query=branch%3Amain+event%3Apush)](https://github.com/openxla/iree/actions/workflows/ci.yml?query=branch%3Amain+event%3Apush)

#### Project Status

Expand All @@ -21,7 +21,7 @@ of feedback on any [communication channels](#communication-channels)!

## Communication Channels

* [GitHub issues](https://github.com/iree-org/iree/issues): Feature requests,
* [GitHub issues](https://github.com/openxla/iree/issues): Feature requests,
bugs, and other work tracking
* [IREE Discord server](https://discord.gg/26P4xW4): Daily development
discussions with the core team and collaborators
Expand All @@ -41,7 +41,7 @@ of feedback on any [communication channels](#communication-channels)!
![IREE Architecture](docs/website/docs/assets/images/iree_architecture_dark.svg#gh-dark-mode-only)
![IREE Architecture](docs/website/docs/assets/images/iree_architecture.svg#gh-light-mode-only)

See [our website](https://iree-org.github.io/iree/) for more information.
See [our website](https://openxla.github.io/iree/) for more information.

## Presentations and Talks

Expand Down
6 changes: 3 additions & 3 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ These steps help reproduce the failures in TFLite models.

1. Install `iree-import-tflite`.
```
$ python -m pip install iree-tools-tflite -f https://iree-org.github.io/iree/pip-release-links.html
$ python -m pip install iree-tools-tflite -f https://openxla.github.io/iree/pip-release-links.html
```

2. Expose and confirm the binary `iree-import-tflite` is in your path by running
Expand All @@ -85,8 +85,8 @@ These steps help reproduce the failures in TFLite models.

### <a name="run-benchmark-locally"></a> Running benchmark suites locally

First you need to have [`iree-import-tflite`](https://iree-org.github.io/iree/getting-started/tflite/),
[`iree-import-tf`](https://iree-org.github.io/iree/getting-started/tensorflow/),
First you need to have [`iree-import-tflite`](https://openxla.github.io/iree/getting-started/tflite/),
[`iree-import-tf`](https://openxla.github.io/iree/getting-started/tensorflow/),
and `requests` in your python environment. Then you can build the target
`iree-benchmark-suites` to generate the required files. Note that this target
requires the `IREE_BUILD_BENCHMARKS` CMake option.
Expand Down
6 changes: 3 additions & 3 deletions benchmarks/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ some examples:

This field specifies the IREE HAL driver:

* [`local-task`](https://iree-org.github.io/iree/deployment-configurations/cpu/):
* [`local-task`](https://openxla.github.io/iree/deployment-configurations/cpu/):
For CPU via the local task system. Kernels contain CPU native instructions AOT
compiled using LLVM. This driver issues workloads to the CPU asynchronously
and supports multithreading.
* [`local-sync`](https://iree-org.github.io/iree/deployment-configurations/cpu/):
* [`local-sync`](https://openxla.github.io/iree/deployment-configurations/cpu/):
For CPU via the local 'sync' device. Kernels contain contain CPU native
instructions AOT compiled using LLVM. This driver issues workloads to the CPU
synchronously.
* [`Vulkan`](https://iree-org.github.io/iree/deployment-configurations/gpu-vulkan/):
* [`Vulkan`](https://openxla.github.io/iree/deployment-configurations/gpu-vulkan/):
For GPU via Vulkan. Kernels contain SPIR-V. This driver issues workload to
the GPU via the Vulkan API.

Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/comparisons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When running benchmarks on an Android device, some initial setup is involved.
### Install Android NDK and ADB

Detailed steps
[here](https://iree-org.github.io/iree/building-from-source/android/#install-android-ndk-and-adb).
[here](https://openxla.github.io/iree/building-from-source/android/#install-android-ndk-and-adb).

### Install the Termux App and the Python Interpreter

Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/comparisons/setup_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rm -rf "${SOURCE_DIR}"
mkdir "${SOURCE_DIR}"
cd "${SOURCE_DIR}"

git clone https://github.com/iree-org/iree.git
git clone https://github.com/openxla/iree.git

cd iree
git submodule update --init
Expand Down
4 changes: 2 additions & 2 deletions build_tools/benchmarks/comparisons/setup_mobile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Run commands below on the workstation that the phone is attached to.
# Prerequisites:
# Manual installations of the Android NDK and ADB are needed. See https://iree-org.github.io/iree/building-from-source/android/#install-android-ndk-and-adb for instructions.
# Manual installations of the Android NDK and ADB are needed. See https://openxla.github.io/iree/building-from-source/android/#install-android-ndk-and-adb for instructions.
# Manual installations of the Termux App and python are needed on the Android device. See README.md for instructions.

#!/bin/bash
Expand Down Expand Up @@ -54,7 +54,7 @@ rm -rf "${SOURCE_DIR}"
mkdir "${SOURCE_DIR}"
cd "${SOURCE_DIR}"

git clone https://github.com/iree-org/iree.git
git clone https://github.com/openxla/iree.git

cd iree
cp "${SOURCE_DIR}/iree/build_tools/benchmarks/set_adreno_gpu_scaling_policy.sh" "${ROOT_DIR}/setup/"
Expand Down
5 changes: 1 addition & 4 deletions build_tools/benchmarks/convperf/build_and_run_convperf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ done

# Update IREE.
pushd external/iree
git fetch https://github.com/iree-org/iree "${IREE_COMMIT}"
git fetch https://github.com/openxla/iree "${IREE_COMMIT}"
git checkout "${IREE_COMMIT}"
git submodule update --init --jobs 8 --depth 1
popd # external/iree
Expand Down Expand Up @@ -68,6 +68,3 @@ for i in "${threads[@]}"; do
mv runtimes.json "${RESULTS_DIR}/resnet50_thread$i.json"
mv convs.png "${RESULTS_DIR}/resnet50_thread$i.png"
done



2 changes: 1 addition & 1 deletion build_tools/benchmarks/generate_benchmark_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from common import benchmark_definition, benchmark_presentation, common_arguments
from reporting import benchmark_comment

GITHUB_IREE_REPO_PREFIX = "https://github.com/iree-org/iree"
GITHUB_IREE_REPO_PREFIX = "https://github.com/openxla/iree"
IREE_DASHBOARD_URL = "https://perf.iree.dev/apis/v2"
IREE_PROJECT_ID = 'IREE'
# The maximal numbers of trials when querying base commit benchmark results.
Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/mmperf/build_mmperf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ done

# Update IREE.
pushd external/iree
git fetch https://github.com/iree-org/iree "${IREE_SHA}"
git fetch https://github.com/openxla/iree "${IREE_SHA}"
git checkout "${IREE_SHA}"
git submodule update --init --jobs 8 --depth 1
popd # external/iree
Expand Down
2 changes: 1 addition & 1 deletion build_tools/benchmarks/post_benchmark_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

from reporting import benchmark_comment

GITHUB_IREE_API_PREFIX = "https://api.github.com/repos/iree-org/iree"
GITHUB_IREE_API_PREFIX = "https://api.github.com/repos/openxla/iree"
GITHUB_GIST_API = "https://api.github.com/gists"
GITHUB_API_VERSION = "2022-11-28"

Expand Down
6 changes: 3 additions & 3 deletions build_tools/benchmarks/upload_benchmarks_to_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from common.benchmark_thresholds import BENCHMARK_THRESHOLDS

IREE_DASHBOARD_URL = "https://perf.iree.dev"
IREE_GITHUB_COMMIT_URL_PREFIX = 'https://github.com/iree-org/iree/commit'
IREE_GITHUB_COMMIT_URL_PREFIX = 'https://github.com/openxla/iree/commit'
IREE_PROJECT_ID = 'IREE'
THIS_DIRECTORY = pathlib.Path(__file__).resolve().parent

Expand All @@ -37,8 +37,8 @@
For the graph, the x axis is the Git commit index, and the y axis is the
measured metrics. The unit for the numbers is shown in the "Unit" dropdown.
<br>
See <a href="https://github.com/iree-org/iree/tree/main/benchmarks/dashboard.md">
https://github.com/iree-org/iree/tree/main/benchmarks/dashboard.md
See <a href="https://github.com/openxla/iree/tree/main/benchmarks/dashboard.md">
https://github.com/openxla/iree/tree/main/benchmarks/dashboard.md
</a> for benchmark philosophy, specification, and definitions.
"""

Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/build_and_test_tsan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi
# Disable actually running GPU tests. This tends to yield TSan reports that are
# specific to one's particular GPU driver and therefore hard to reproduce across
# machines and often un-actionable anyway.
# See e.g. https://github.com/iree-org/iree/issues/9393
# See e.g. https://github.com/openxla/iree/issues/9393
export IREE_VULKAN_DISABLE=1
export IREE_CUDA_DISABLE=1

Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/build_tracing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BUILD_DIR="${1:-${IREE_TRACING_BUILD_DIR:-build-tracing}}"
source build_tools/cmake/setup_build.sh
source build_tools/cmake/setup_ccache.sh

# Note: https://github.com/iree-org/iree/issues/6404 prevents us from building
# Note: https://github.com/openxla/iree/issues/6404 prevents us from building
# tests with these other settings. Many tests invoke the compiler tools with
# MLIR threading enabled, which crashes with compiler tracing enabled.
"${CMAKE_BIN?}" -B "${BUILD_DIR}" \
Expand Down
4 changes: 2 additions & 2 deletions build_tools/cmake/iree_benchmark_suite.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function(iree_import_tflite_model)
" that iree-import-tflite be available "
" (either on PATH or via IREE_IMPORT_TFLITE_PATH). "
" Install from a release with "
" `python -m pip install iree-tools-tflite -f https://iree-org.github.io/iree/pip-release-links.html`")
" `python -m pip install iree-tools-tflite -f https://openxla.github.io/iree/pip-release-links.html`")
endif()

if(NOT TARGET "${_RULE_TARGET_NAME}")
Expand Down Expand Up @@ -88,7 +88,7 @@ function(iree_import_tf_model)
" that iree-import-tf be available "
" (either on PATH or via IREE_IMPORT_TF_PATH). "
" Install from a release with "
" `python -m pip install iree-tools-tf -f https://iree-org.github.io/iree/pip-release-links.html`")
" `python -m pip install iree-tools-tf -f https://openxla.github.io/iree/pip-release-links.html`")
endif()

if(NOT TARGET "${_RULE_TARGET_NAME}")
Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/iree_copts.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ iree_select_compiler_opts(IREE_DEFAULT_COPTS
# compatible solution.
#
# See also:
# https://github.com/iree-org/iree/issues/4665.
# https://github.com/openxla/iree/issues/4665.
# https://discourse.cmake.org/t/how-to-fix-build-warning-d9025-overriding-gr-with-gr/878
# https://gitlab.kitware.com/cmake/cmake/-/issues/20610
if(CMAKE_CXX_FLAGS AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
Expand Down
2 changes: 1 addition & 1 deletion build_tools/cmake/iree_python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function(iree_py_library)
foreach(_SRC_FILE ${_RULE_SRCS})
# _SRC_FILE could have other path components in it, so we need to make a
# directory for it. Ninja does this automatically, but make doesn't. See
# https://github.com/iree-org/iree/issues/6801
# https://github.com/openxla/iree/issues/6801
set(_SRC_BIN_PATH "${CMAKE_CURRENT_BINARY_DIR}/${_SRC_FILE}")
get_filename_component(_SRC_BIN_DIR "${_SRC_BIN_PATH}" DIRECTORY)
add_custom_command(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN yum clean all \
# Git started enforcing strict user checking, which thwarts version
# configuration scripts in a docker image where the tree was checked
# out by the host and mapped in. Disable the check.
# See: https://github.com/iree-org/iree/issues/12046
# See: https://github.com/openxla/iree/issues/12046
# We use the wildcard option to disable the checks. This was added
# in git 2.35.3
RUN git config --global --add safe.directory '*'
2 changes: 1 addition & 1 deletion build_tools/github_actions/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ runners are "basic" trust, so they run as

Using GitHub's [artifact actions](https://github.com/actions/upload-artifact)
with runners on GCE turns out to be prohibitively slow (see discussion in
https://github.com/iree-org/iree/issues/9881). Instead we use our own
https://github.com/openxla/iree/issues/9881). Instead we use our own
[Google Cloud Storage](https://cloud.google.com/storage) (GCS) buckets to save
artifacts from jobs and fetch them in subsequent jobs:
`iree-github-actions-presubmit-artifacts` and
Expand Down
2 changes: 1 addition & 1 deletion build_tools/github_actions/runner/gcp/create_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GPU_DISK_SIZE_GB="${GPU_DISK_SIZE_GB:-100}"
CPU_IMAGE="${CPU_IMAGE:-github-runner-cpu-2023-01-30-1675109033}"
CPU_DISK_SIZE_GB="${CPU_DISK_SIZE_GB:-100}"

PROD_TEMPLATE_CONFIG_REPO="${PROD_TEMPLATE_CONFIG_REPO:-iree-org/iree}"
PROD_TEMPLATE_CONFIG_REPO="${PROD_TEMPLATE_CONFIG_REPO:-openxla/iree}"
GITHUB_RUNNER_SCOPE="${GITHUB_RUNNER_SCOPE:-iree-org}"

TEMPLATE_CONFIG_REPO="${TEMPLATE_CONFIG_REPO:-${PROD_TEMPLATE_CONFIG_REPO}}"
Expand Down
4 changes: 2 additions & 2 deletions build_tools/github_actions/runner/gcp/image_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ EOF
nice_curl \
--remote-name-all \
--output-dir "${script_dir}" \
https://raw.githubusercontent.com/iree-org/iree/main/build_tools/scripts/check_vulkan.sh \
https://raw.githubusercontent.com/iree-org/iree/main/build_tools/scripts/check_cuda.sh
https://raw.githubusercontent.com/openxla/iree/main/build_tools/scripts/check_vulkan.sh \
https://raw.githubusercontent.com/openxla/iree/main/build_tools/scripts/check_cuda.sh

chmod +x "${script_dir}/check_vulkan.sh" "${script_dir}/check_cuda.sh"

Expand Down
2 changes: 1 addition & 1 deletion build_tools/python_deploy/pypi_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function check_requirements() {
function download_wheels() {
echo ""
echo "Downloading wheels from '${RELEASE}'"
gh release download "${RELEASE}" --repo iree-org/iree --pattern "*.whl"
gh release download "${RELEASE}" --repo openxla/iree --pattern "*.whl"
}

# For some reason auditwheel detects these as not manylinux compliant even
Expand Down
2 changes: 1 addition & 1 deletion build_tools/scripts/generate_release_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def parse_arguments():
parser = argparse.ArgumentParser()
parser.add_argument("--repo",
"--repository",
default="iree-org/iree",
default="openxla/iree",
help="The GitHub repository to fetch releases from.")
parser.add_argument(
"--output",
Expand Down
6 changes: 3 additions & 3 deletions build_tools/scripts/get_e2e_artifacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def check_collision(filename: str, test_name: str, written_paths: Set[str],
"""Check that we aren't overwriting files unless we expect to."""
# Note: We can't use a check that the files have identical contents because
# tf_input.mlir can have random numbers appended to its function names.
# See https://github.com/iree-org/iree/issues/3375
# See https://github.com/openxla/iree/issues/3375

expected_collision = any([name in filename for name in EXPECTED_COLLISIONS])
if filename in written_paths and not expected_collision:
Expand Down Expand Up @@ -150,8 +150,8 @@ def main(argv):
print(
"The bazel integrations build and tests are deprecated. This script "
"may be reworked in the future. For the time being refer to "
"https://iree-org.github.io/iree/building-from-source/python-bindings-and-importers/ "
"and https://github.com/iree-org/iree/blob/main/docs/developers/developing_iree/e2e_benchmarking.md "
"https://openxla.github.io/iree/building-from-source/python-bindings-and-importers/ "
"and https://github.com/openxla/iree/blob/main/docs/developers/developing_iree/e2e_benchmarking.md "
"for information on how to run TensorFlow benchmarks.")
exit(1)

Expand Down
2 changes: 1 addition & 1 deletion build_tools/scripts/get_latest_green.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function get_latest_green() {
for workflow in "${REQUIRED_WORKFLOWS[@]}"; do
local successful_run_count="$(\
gh api --jq '.total_count' \
"/repos/iree-org/iree/actions/workflows/${workflow}/runs?${query_string}" \
"/repos/openxla/iree/actions/workflows/${workflow}/runs?${query_string}" \
)"
# Any successful run of the workflow (including reruns) is OK.
if (( successful_run_count==0 )); then
Expand Down
Loading

0 comments on commit c7b2912

Please sign in to comment.