You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Chris Lambertus (JIRA)" <ji...@apache.org> on 2016/03/23 16:02:25 UTC

[jira] [Resolved] (INFRA-11523) Puppet config not updated on buildbot master

     [ https://issues.apache.org/jira/browse/INFRA-11523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Lambertus resolved INFRA-11523.
-------------------------------------
    Resolution: Fixed
      Assignee: Chris Lambertus

Sebb,

Unfortunately, puppet won't remove a cron job if you simply comment it out of init.pp as it loses track of the state. The correct workflow would be to set ensure => absent, allow puppet to run to remove the job, then comment the code out.

I have manually removed the job from buildmaster's cron.

> Puppet config not updated on buildbot master
> --------------------------------------------
>
>                 Key: INFRA-11523
>                 URL: https://issues.apache.org/jira/browse/INFRA-11523
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Buildbot
>            Reporter: Sebb
>            Assignee: Chris Lambertus
>
> The Puppet config in the file 
> modules/buildbot_asf/manifests/init.pp
> was updated 4 days ago to remove the JMeter job which creates the index file as that is now being done by the nightly build itself.
> However the job still runs at 05:05 every night, so something has gone wrong with the deployment.
> I can reschedule the nightly build to run shortly after 05:05 but that would just mask the issue. There may be other more important puppet changes that have not taken.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)