feat: support Gerrit in Buildbot #1
|
@ -808,7 +808,6 @@ class GerritNixConfigurator(ConfiguratorBase):
|
|||
)
|
||||
|
||||
config["change_source"] = self.gerrit_change_source
|
||||
"""
|
||||
config["services"].append(
|
||||
reporters.GerritStatusPush(self.gerrit_server, self.gerrit_user,
|
||||
port=2022,
|
||||
|
@ -824,7 +823,6 @@ class GerritNixConfigurator(ConfiguratorBase):
|
|||
# summaryArg=self.url)
|
||||
|
||||
)
|
||||
"""
|
||||
|
||||
systemd_secrets = secrets.SecretInAFile(
|
||||
dirname=os.environ["CREDENTIALS_DIRECTORY"],
|
||||
|
|
Loading…
Reference in a new issue