diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 14:25:14 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-16 12:38:10 +0000 |
| commit | abeafcd013bf86c3c32c0951c0ef43c4312e2e5d (patch) | |
| tree | 2fc12b7a0298137735eb6e2870035a11eef3a582 | |
| parent | c89b162d2b9f634c575e8875e8275ecacba19394 (diff) | |
dashboard: emphasise that #syz set overwrites subsystems
Update the bug cheatsheet to emphasise that "#syz set subsystems" does
not add new subsystems, but rather overwrites the whole list.
| -rw-r--r-- | dashboard/app/asset_storage_test.go | 4 | ||||
| -rw-r--r-- | dashboard/app/bisect_test.go | 6 | ||||
| -rw-r--r-- | dashboard/app/email_test.go | 8 | ||||
| -rw-r--r-- | dashboard/app/mail_bug.txt | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/dashboard/app/asset_storage_test.go b/dashboard/app/asset_storage_test.go index a36d758ec..c42b0d651 100644 --- a/dashboard/app/asset_storage_test.go +++ b/dashboard/app/asset_storage_test.go @@ -104,7 +104,7 @@ https://goo.gl/tpsmEJ#status for how to communicate with syzbot. If the bug is already fixed, let syzbot know by replying with: #syz fix: exact-commit-title -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -396,7 +396,7 @@ https://goo.gl/tpsmEJ#status for how to communicate with syzbot. If the bug is already fixed, let syzbot know by replying with: #syz fix: exact-commit-title -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) diff --git a/dashboard/app/bisect_test.go b/dashboard/app/bisect_test.go index eef9d2b26..c79bb425e 100644 --- a/dashboard/app/bisect_test.go +++ b/dashboard/app/bisect_test.go @@ -244,7 +244,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -563,7 +563,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -847,7 +847,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index e45f530a1..5cc420f6a 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -76,7 +76,7 @@ https://goo.gl/tpsmEJ#status for how to communicate with syzbot. If the bug is already fixed, let syzbot know by replying with: #syz fix: exact-commit-title -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -259,7 +259,7 @@ If you want syzbot to run the reproducer, reply with: #syz test: git://repo/address.git branch-or-commit-hash If you attach or paste a git patch, syzbot will apply it before testing. -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -703,7 +703,7 @@ https://goo.gl/tpsmEJ#status for how to communicate with syzbot. If the bug is already fixed, let syzbot know by replying with: #syz fix: exact-commit-title -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) @@ -873,7 +873,7 @@ https://goo.gl/tpsmEJ#status for how to communicate with syzbot. If the bug is already fixed, let syzbot know by replying with: #syz fix: exact-commit-title -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index 2cc951172..d4d83316f 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -66,7 +66,7 @@ If you want syzbot to run the reproducer, reply with: If you attach or paste a git patch, syzbot will apply it before testing. {{- end}} -If you want to change bug's subsystems, reply with: +If you want to overwrite bug's subsystems, reply with: #syz set subsystems: new-subsystem (See the list of subsystem names on the web dashboard) |
