Closed
Bug 813166
Opened 13 years ago
Closed 12 years ago
root crontab on dev-stage01 removes latest-* symlinks
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhopkins, Unassigned)
References
Details
Attachments
(1 file)
|
1.42 KB,
patch
|
rail
:
review+
jhopkins
:
checked-in+
|
Details | Diff | Splinter Review |
The root crontab on dev-stage01 removes latest-* symlinks so manually created symlinks like
latest-tb-build-integration-aurora -> latest-comm-aurora
latest-tb-build-integration-aurora-l10n -> latest-comm-aurora-l10n
get removed and (when a build is uploaded later) replaced with a directory. This results in wget_enUS failures for our staging builds.
| Reporter | ||
Comment 1•13 years ago
|
||
Attachment #683143 -
Flags: review?(rail)
Comment 2•13 years ago
|
||
Comment on attachment 683143 [details] [diff] [review]
[puppet-manifests] ignore latest-* symlinks
Looks good to me.
BTW, you would use -not instead of ugly '!'.
Attachment #683143 -
Flags: review?(rail) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 683143 [details] [diff] [review]
[puppet-manifests] ignore latest-* symlinks
Landed in http://hg.mozilla.org/build/puppet-manifests/rev/b3d834d4bd09
Attachment #683143 -
Flags: checked-in+
| Reporter | ||
Comment 4•13 years ago
|
||
root crontab on dev-stage01 has not updated yet. Need to investigate.
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•12 years ago
|
Blocks: dev-stage01
Comment 5•12 years ago
|
||
Added manually:
21 * * * * find /data/ftp/pub/{b2g,firefox,thunderbird,xulrunner,mobile}/nightly/ -type l -mtime +1 '!' -name 'latest-*' -exec rm -rf {} \;
puppet does not run anymore on this host, this is intentional, we need to re-built the host with PuppetAgain (bug 772177).
12:39 armenzg_mtg: how can I determine if puppet runs on dev-stage01?
12:39 armenzg_mtg: or which cycle?
12:39 Callek: armenzg_mtg: it doesn't
12:40 Callek: armenzg_mtg: dev-stage01 was old-puppet, not puppetAgain
12:40 armenzg_mtg: Callek: so host running the old-puppet do not update puppet anymore?
12:40 armenzg_mtg: should we file a bug to redo the host?
12:40 armenzg_mtg: on puppetAgain?
12:41 Callek: armenzg_mtg: correct they do not run puppet anymore, --- I *think* there is a bug on file to have dev-stage01 rebuilt by IT productdelivery puppet
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•12 years ago
|
||
Bug 808025 tracks the hardware replacement for dev-stage01
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•