Closed Bug 534684 Opened 15 years ago Closed 15 years ago

add a tryserver-staging to buildbot-configs

Categories

(Release Engineering :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lsblakk, Assigned: lsblakk)

Details

Attachments

(1 file, 1 obsolete file)

so there is no further mix-up of our staging env. reporting to production when the configs are pulled fresh.
We may not need it for a while, but it can't hurt to have an easy checkout for setting up the staging try environment.
Attachment #420000 - Flags: review?(bhearsum)
Comment on attachment 420000 [details] [diff] [review]
Adds tryserver-staging to buildbot-configs

>diff --git a/tryserver-staging/config.py b/tryserver-staging/config.py

>+WIN32_ENVIRONMENT = {
>+    'CVS_RSH': 'ssh',
>+    'MOZ_OBJDIR': 'obj-firefox',
>+    'TINDERBOX_OUTPUT': '1',
>+    'MOZ_CRASHREPORTER_NO_REPORT': '1',
>+    'SYMBOL_SERVER_HOST': 'build.mozilla.org',
>+    'SYMBOL_SERVER_USER': 'trybld',
>+    'SYMBOL_SERVER_PATH': '/symbols/windows',
>+    'SYMBOL_SERVER_SSH_KEY': '$ENV{HOME}/.ssh/id_dsa',
>+    'NO_FAIL_ON_TEST_ERRORS': '1',
>+    'MACHTYPE': 'i686-pc-msys',

This isn't in the production configs (nor should it be) - please remove it. If you're seeing a slave without that set, we should fix that slave.

Looks like it's out of date slightly, too. Diffing it against the latest tryserver/ dir I get this:
 # the 'builders' list defines the Builders. Each one is configured with a
 # dictionary, using the following keys:
 #  name (required): the name used to describe this bilder
@@ -394,7 +373,7 @@
     stageUsername='trybld',
     stageBasePath='/builds/tryserver',
     scp_string=SCP_STRING,
-    baseWorkDir="%s/build" % SBOX_HOME,
+    baseWorkDir='build',
     baseBuildDir='.',
 )

Which is similar to http://hg.mozilla.org/build/buildbot-configs/rev/179cd789e1f9.

Not sure how it happened, needs to be synced up though.
Attachment #420000 - Flags: review?(bhearsum) → review-
preview review comments addressed
Attachment #420000 - Attachment is obsolete: true
Attachment #420618 - Flags: review?(bhearsum)
Comment on attachment 420618 [details] [diff] [review]
Adds tryserver-staging to buildbot-configs (take 2)

looks good to me
Attachment #420618 - Flags: review?(bhearsum) → review+
http://hg.mozilla.org/build/buildbot-configs/rev/0d0093dc7dff
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: