{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":718082528,"defaultBranch":"main","name":"llvm-zorg","ownerLogin":"slydiman","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-11-13T10:42:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16115622?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718784124.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"dab883ded130595171909679c3768a35773d636c","ref":"refs/heads/fix-comment-timeout-err","pushedAt":"2024-06-19T08:02:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Added the summary to the github comment\n\nThe timeout error description (`command timed out: 1200 seconds without output running ..., attempting to kill`) in LitTestCommand can be retrieved only via getResultSummary(). Without the summary the log is useless in this case.","shortMessageHtmlLink":"Added the summary to the github comment"}},{"before":null,"after":"eda9935cf7aca1922eaae4c0e4ca1ae3ee1879b0","ref":"refs/heads/fix-annotate-preamble","pushedAt":"2024-06-19T07:50:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Use lower priority for 'preamble' logs. Use higher priority for the rest stdio.","shortMessageHtmlLink":"Use lower priority for 'preamble' logs. Use higher priority for the r…"}},{"before":null,"after":"b97ad66e24e81fcdb9f8ae2488343195221052e5","ref":"refs/heads/update-extract-issue-num","pushedAt":"2024-06-19T07:25:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Updated the regex to extract PR# from the PR title","shortMessageHtmlLink":"Updated the regex to extract PR# from the PR title"}},{"before":"59251b76c886966e5c5afdee3bfe445bce900140","after":"da48c5ad7873fec86d65992a46b8b193a8433709","ref":"refs/heads/main","pushedAt":"2024-06-19T07:17:26.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"sparc64 linker and jobs changes (#203)\n\nSome changes to the clang-sparc64-linux configuration in the hope to fix\r\nthe linking timeouts.","shortMessageHtmlLink":"sparc64 linker and jobs changes (llvm#203)"}},{"before":null,"after":"061dc6d9ba55f32208c9add6aa9c7222c5665c7f","ref":"refs/heads/fix-xfail-log-report","pushedAt":"2024-06-18T10:55:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Ignore `XFAIL:` lines in LLVMMessageFormatter","shortMessageHtmlLink":"Ignore XFAIL: lines in LLVMMessageFormatter"}},{"before":"87708002649ee33a3d08730fbb52d1619e15db80","after":"59251b76c886966e5c5afdee3bfe445bce900140","ref":"refs/heads/main","pushedAt":"2024-06-18T10:40:06.000Z","pushType":"push","commitsCount":137,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fix 2-stage builders (#204)\n\nAfter the LLVM buildbot maintenance, 2-stage builders started to\r\nfail with the following error:\r\n Unknown value for CMAKE_BUILD_TYPE: {stage2_config}","shortMessageHtmlLink":"Fix 2-stage builders (llvm#204)"}},{"before":"baf88fa7670751e29d604d36ddeac42f6a96c4d5","after":"772bc8748cedceecc0f418b163a2030680e15a5e","ref":"refs/heads/fix-llvmgitpoller-repourl","pushedAt":"2024-01-31T18:47:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Updated to support mirrors.","shortMessageHtmlLink":"Updated to support mirrors."}},{"before":"20737898189277243f862cedcde1108d96055d23","after":"e9d5bfe7edd74366ee9251305abd8dd4e78257f9","ref":"refs/heads/fix-llvmgitpoller","pushedAt":"2024-01-27T12:12:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Replaced `root` with `llvm-project`.","shortMessageHtmlLink":"Replaced root with llvm-project."}},{"before":null,"after":"baf88fa7670751e29d604d36ddeac42f6a96c4d5","ref":"refs/heads/fix-llvmgitpoller-repourl","pushedAt":"2024-01-26T18:17:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"[LLVMPoller] Fix invalid repository while creating a new change\n\nLLVMPoller can be configured to use other `repourl` for test/debug purpose.\nBut LLVMPoller always provides `https://github.com/llvm/llvm-project` as the repository while creating a new change.\nThen `GitHubStatusPush._extract_github_info()` extracts invalid `repo_owner` and `repo_name`.\nThis patch fixes the issue described above.","shortMessageHtmlLink":"[LLVMPoller] Fix invalid repository while creating a new change"}},{"before":null,"after":"20737898189277243f862cedcde1108d96055d23","ref":"refs/heads/fix-llvmgitpoller","pushedAt":"2024-01-26T17:45:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"[LLVMPoller] Fix an exception in case of changing files in the root of LLVM structure\nproject=None will cause the following exception\n```\nFile \"/zorg/buildbot/changes/llvmgitpoller.py\", line 188, in _process_changes\n project=\",\".join(projects) if projects else \"llvm-project\",\nbuiltins.TypeError: sequence item 0: expected str instance, NoneType found\n```\nUse a dummy str instead.","shortMessageHtmlLink":"[LLVMPoller] Fix an exception in case of changing files in the root o…"}},{"before":"0ceb1c5bd1108487821dfec087ed324084aa9243","after":"87708002649ee33a3d08730fbb52d1619e15db80","ref":"refs/heads/main","pushedAt":"2024-01-26T17:23:20.000Z","pushType":"push","commitsCount":48,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"[Clang] Move LoongArch from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to LLVM_TARGETS_TO_BUILD (#107)\n\nAs LoongArch has already been in the LLVM_ALL_TARGETS instead of\r\nLLVM_ALL_EXPERIMENTAL_TARGETS list in the llvm-project, this patch will\r\nmatch cmake config to it on LoongArch builder.","shortMessageHtmlLink":"[Clang] Move LoongArch from LLVM_EXPERIMENTAL_TARGETS_TO_BUILD to LLV…"}},{"before":null,"after":"492d18cf329132aede79ebe9288888140d9069c3","ref":"refs/heads/fix-issue-49-update","pushedAt":"2023-12-20T23:20:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed incorrect parsing of the failed Clang Unit test names\n\nThis is an update for https://github.com/llvm/llvm-zorg/pull/73","shortMessageHtmlLink":"Fixed incorrect parsing of the failed Clang Unit test names"}},{"before":"b740024ac949e6d741c24e03b5a0ee6cf21c88c0","after":null,"ref":"refs/heads/fix-issue-65","pushedAt":"2023-11-23T10:48:15.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"}},{"before":"02f08d3a1f9acf140c38eeedc601d66b86821ec7","after":"b740024ac949e6d741c24e03b5a0ee6cf21c88c0","ref":"refs/heads/fix-issue-65","pushedAt":"2023-11-23T10:46:31.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed the issue `Unclear buildbot failure email`\n\nhttps://github.com/llvm/llvm-zorg/issues/65\n\nListen to the `header` TTY stream and monitor the message like `command timed out: 1200 seconds without output running [b'ninja', b'check-clang-unit'], attempting to kill` sent from a worker.","shortMessageHtmlLink":"Fixed the issue Unclear buildbot failure email"}},{"before":"38ec3ca7488ea36ebe57ec1831d08098f8fe9829","after":"0ceb1c5bd1108487821dfec087ed324084aa9243","ref":"refs/heads/main","pushedAt":"2023-11-23T10:44:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names (#73)\n\nhttps://github.com/llvm/llvm-zorg/issues/49","shortMessageHtmlLink":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names (llv…"}},{"before":"99d06bf68c22de501c91db53417756869d5677ae","after":null,"ref":"refs/heads/fix-issue-49","pushedAt":"2023-11-23T10:42:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"}},{"before":"d2ab53c523225eec1446b5784c91cba8d3b1a0f0","after":"99d06bf68c22de501c91db53417756869d5677ae","ref":"refs/heads/fix-issue-49","pushedAt":"2023-11-22T09:26:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names\n\nhttps://github.com/llvm/llvm-zorg/issues/49","shortMessageHtmlLink":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names"}},{"before":"a691344d1f0d82926870626a04b5c578abcd08d0","after":"d2ab53c523225eec1446b5784c91cba8d3b1a0f0","ref":"refs/heads/fix-issue-49","pushedAt":"2023-11-18T18:25:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names\n\nhttps://github.com/llvm/llvm-zorg/issues/49","shortMessageHtmlLink":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names"}},{"before":null,"after":"a691344d1f0d82926870626a04b5c578abcd08d0","ref":"refs/heads/fix-issue-49","pushedAt":"2023-11-17T09:17:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names\n\nhttps://github.com/llvm/llvm-zorg/issues/49","shortMessageHtmlLink":"Fixed incorrect parsing of the failed LLVM/Clang Unit test names"}},{"before":null,"after":"02f08d3a1f9acf140c38eeedc601d66b86821ec7","ref":"refs/heads/fix-issue-65","pushedAt":"2023-11-13T11:10:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"slydiman","name":"Dmitry Vasilyev","path":"/slydiman","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16115622?s=80&v=4"},"commit":{"message":"Fixed the issue `Unclear buildbot failure email`\n\nhttps://github.com/llvm/llvm-zorg/issues/65\n\nListen to the `header` TTY stream and monitor the message like `command timed out: 1200 seconds without output running [b'ninja', b'check-clang-unit'], attempting to kill` send from a worker.","shortMessageHtmlLink":"Fixed the issue Unclear buildbot failure email"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0xOVQwODowMjowNC4wMDAwMDBazwAAAARpRhjh","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMS0xM1QxMToxMDoyNy4wMDAwMDBazwAAAAOtv1yE"}},"title":"Activity · slydiman/llvm-zorg"}