Skip to content

Conversation

@ajdlinux
Copy link
Contributor

In syz-ci.go, main():

  • use jm rather than jp as the variable name for the JobManager
  • don't try and create a JobManager if there's no dashboard address specified

Rename the JobManager struct in main() from "jp" to "jm", to match the
conventions used in jobs.go and avoid confusion with JobProcessors.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Instantiating the JobManager will fail if you don't specify a dashboard
address, which is an optional field in the syz-ci config. There's no point
having a JobManager without a dashboard, so just skip this completely when
there's no dashboard.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
@a-nogikh a-nogikh added this pull request to the merge queue Dec 11, 2025
Merged via the queue into google:master with commit a066d2b Dec 11, 2025
17 checks passed
@ajdlinux ajdlinux deleted the ci-without-dashboard branch December 12, 2025 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants