Skip to content

remove mentions of goncharov from messages #491

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
30 changes: 0 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,6 @@ for the LLVM project.
If you notice issues or have an idea on how to improve pre-merge checks, please
create a [new issue](https://github.com/google/llvm-premerge-checks/issues/new)
or give a :heart: to an existing one.

## Sign up for beta-test

To get the latest features and help us developing the project, sign up for the
pre-merge beta testing by adding yourself to the ["pre-merge beta testing"
project](https://reviews.llvm.org/project/members/78/) on Phabricator.

## Opt-out

In case you want to opt-out entirely of pre-merge testing, add yourself to the
[OPT OUT project](https://reviews.llvm.org/project/view/83/).

If you decide to opt-out, please let us know why, so we might be able to improve
in the future.

# Requirements

Expand All @@ -69,19 +55,6 @@ please make sure that either:
Only then can the build server apply the patch locally and run the builds and
tests.

# Accessing results on Phabricator

Phabricator will automatically trigger a build for every new patch you upload or
modify. Phabricator shows the build results at the top of the entry: ![build
status](docs/images/diff_detail.png)

The CI will compile and run tests, run clang-format and
[clang-tidy](docs/clang_tidy.md) on lines changed.

If a unit test failed, this is shown below the build status. You can also expand
the unit test to see the details: ![unit test
results](docs/images/unit_tests.png).

# Contributing

We're happy to get help on improving the infrastructure and workflows!
Expand All @@ -94,9 +67,6 @@ interact together.
[Playbooks](docs/playbooks.md) shows concrete examples how to, for example,
build and run agents locally.

If you have any questions please contact by [mail](mailto:[email protected])
or find user "goncharov" on [LLVM Discord](https://discord.gg/xS7Z362).

# Additional Information

- [Playbooks](docs/playbooks.md) for installing/upgrading agents and testing
Expand Down
2 changes: 1 addition & 1 deletion containers/buildbot-linux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else
unset BUILDBOT_ADDRESS
unset BUILDBOT_NAME
unset BUILDBOT_PASSWORD
echo "llvm-premerge-buildbots <[email protected]>, Mikhail Goncharov<[email protected]>" > /build/buildbot/info/admin
echo "llvm-premerge-buildbots <[email protected]>" > /build/buildbot/info/admin
echo "Setup analogous to linux agent for Pull Request checks:" > /build/buildbot/info/host
echo "GCP machine c2d-standard-56 56vCPU 224Gb" >> /build/buildbot/info/host
echo "Ubuntu 20 cmake-3.23.3 python-3.10 ninja-1.10.1 LLVM-16" >> /build/buildbot/info/host
Expand Down
2 changes: 1 addition & 1 deletion containers/buildbot-windows/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildbot-worker create-worker /c/ws/buildbot $BUILDBOT_ADDRESS $BUILDBOT_NAME $B
unset BUILDBOT_ADDRESS
unset BUILDBOT_NAME
unset BUILDBOT_PASSWORD
echo "llvm-premerge-buildbots <[email protected]>, Mikhail Goncharov<[email protected]>" > /c/ws/buildbot/info/admin
echo "llvm-premerge-buildbots <[email protected]>" > /c/ws/buildbot/info/admin
echo "Setup analogous to windows agent for Pull Request checks:" > /c/ws/buildbot/info/host
echo "GCP machine c2d-standard-32 AMD2 32vCPU 128Gb" >> /c/ws/buildbot/info/host
echo "Windows ltsc2019 vs-2019 LLVM-16+ python 3.9.7 cmake" >> /c/ws/buildbot/info/host
Expand Down