Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop references to CLA check and Google security policy. #17889

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build_tools/github_actions/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ code authorship and review.
The runners for iree-org can be viewed in the
[GitHub UI](https://github.com/organizations/iree-org/settings/actions/runners).
Unfortunately, only organization admins have access to this page. Organization
admin gives very broad privileges, so this set is necessarily kept very small by
Google security policy.
admin gives very broad privileges, so this set is necessarily kept small.

## Updating the Runners

Expand Down
23 changes: 5 additions & 18 deletions docs/website/docs/developers/general/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,6 @@ Signed-off-by: Random J Developer <random@developer.example.org>
* See `.git/hooks/prepare-commit-msg.sample` for how to automatically
add this using a [git hook](https://git-scm.com/docs/githooks)

### :octicons-law-16: Contributor License Agreement

!!! info - "CLA is being replaced with DCO. Both are enabled while we migrate."

Contributions to this project must be accompanied by a Contributor License
Agreement (CLA). Head over to <https://cla.developers.google.com/> to see
your current agreements on file or to sign a new one.

* You (or your employer) retain the copyright to your contribution; this simply
gives us permission to use and redistribute your contributions as part of the
project.
* You generally only need to submit a CLA once, so if you've already submitted
one (even if it was for a different project), you probably don't need to do it
again.

### :octicons-people-16: AUTHORS, CODEOWNERS, and MAINTAINERS

The [`AUTHORS` file](https://github.com/iree-org/iree/blob/main/AUTHORS) keeps
Expand Down Expand Up @@ -317,9 +302,11 @@ primary CI is configured in the
In addition to the default runners GitHub provides, IREE uses
[self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)
to run many of its workflow jobs. These enable access to additional compute and
custom configurations such as accelerators. Configuration scripting is checked
in to this repository (see the
[README for that directory](https://github.com/iree-org/iree/blob/main/build_tools/github_actions/runner/README.md)).
custom configurations such as accelerators.

* Configuration for GCP runners is stored at
[`build_tools/github_actions/runner/`](https://github.com/iree-org/iree/blob/main/build_tools/github_actions/runner/)
* Configuration for other runners is done manually as needed

#### CI behavior manipulation

Expand Down
Loading