From 4181e4a5840b76a56953789e519d6400d8be0a83 Mon Sep 17 00:00:00 2001 From: Mikhail Goncharov Date: Mon, 29 Apr 2024 16:06:57 +0200 Subject: [PATCH] remove mentions of goncharov from messages --- README.md | 30 ----------------------- containers/buildbot-linux/entrypoint.sh | 2 +- containers/buildbot-windows/entrypoint.sh | 2 +- 3 files changed, 2 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 7b5f6e5..4e6549c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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! @@ -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:goncahrov@google.com) -or find user "goncharov" on [LLVM Discord](https://discord.gg/xS7Z362). - # Additional Information - [Playbooks](docs/playbooks.md) for installing/upgrading agents and testing diff --git a/containers/buildbot-linux/entrypoint.sh b/containers/buildbot-linux/entrypoint.sh index 6138d90..6cc1e1d 100755 --- a/containers/buildbot-linux/entrypoint.sh +++ b/containers/buildbot-linux/entrypoint.sh @@ -42,7 +42,7 @@ else unset BUILDBOT_ADDRESS unset BUILDBOT_NAME unset BUILDBOT_PASSWORD - echo "llvm-premerge-buildbots , Mikhail Goncharov" > /build/buildbot/info/admin + echo "llvm-premerge-buildbots " > /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 diff --git a/containers/buildbot-windows/entrypoint.sh b/containers/buildbot-windows/entrypoint.sh index bcda2e4..5a51b34 100644 --- a/containers/buildbot-windows/entrypoint.sh +++ b/containers/buildbot-windows/entrypoint.sh @@ -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 , Mikhail Goncharov" > /c/ws/buildbot/info/admin +echo "llvm-premerge-buildbots " > /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