https://bugzilla.wikimedia.org/show_bug.cgi?id=63744

            Bug ID: 63744
           Summary: Zuul: let us customize status_url
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: normal
          Priority: Unprioritized
         Component: Continuous integration
          Assignee: has...@free.fr
          Reporter: has...@free.fr
                CC: g...@wikimedia.org, has...@free.fr,
                    innocentkil...@gmail.com, krinklem...@gmail.com
       Web browser: ---
   Mobile Platform: ---

Timo worked on a patch for the Zuul status page which let one pass the
ChangeId,Patchset to the URL which would highlight it on the status page.

The URL looks like:

https://integration.wikimedia.org/zuul/#change-124992,2


When Zuul start proceeding a change in a pipeline it will report:

 Starting gate-and-submit jobs.
 https://integration.wikimedia.org/zuul/


That URL is crafted by the scheduler:

  if self.sched.config.has_option('zuul', 'status_url'):
      msg += "\n" + self.sched.config.get('zuul', 'status_url')

Where status_url is set to https://integration.wikimedia.org/zuul/


What we would need is to use format() much like for url_pattern and pass the
change and patchset numbers.


We can do it as a hack on our Zuul fork and propose it upstream.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to