Bug 1412888 - fix for super-flexible data formats; r=me

When your CLOSED TREE fix can't even start jobs, it's a little embarrassing.
This commit is contained in:
Nathan Froyd 2017-10-30 14:15:22 -04:00
parent 369357c3ce
commit 055fd17b85

View File

@ -48,7 +48,7 @@ android-x86/opt:
# long time to compile for x86 when using the current NDKs. This
# will eventually get fixed, but for now we have to live with this.
# See https://github.com/android-ndk/ndk/issues/522 for more context.
SCCACHE_IDLE_TIMEOUT: 1500
SCCACHE_IDLE_TIMEOUT: "1500"
run:
using: mozharness
actions: [get-secrets build multi-l10n update]
@ -88,7 +88,7 @@ android-x86-nightly/opt:
# long time to compile for x86 when using the current NDKs. This
# will eventually get fixed, but for now we have to live with this.
# See https://github.com/android-ndk/ndk/issues/522 for more context.
SCCACHE_IDLE_TIMEOUT: 1500
SCCACHE_IDLE_TIMEOUT: "1500"
run:
using: mozharness
actions: [get-secrets build multi-l10n update]
@ -194,7 +194,7 @@ android-x86-old-id/opt:
# long time to compile for x86 when using the current NDKs. This
# will eventually get fixed, but for now we have to live with this.
# See https://github.com/android-ndk/ndk/issues/522 for more context.
SCCACHE_IDLE_TIMEOUT: 1500
SCCACHE_IDLE_TIMEOUT: "1500"
run:
using: mozharness
actions: [get-secrets build multi-l10n update]
@ -235,7 +235,7 @@ android-x86-old-id-nightly/opt:
# long time to compile for x86 when using the current NDKs. This
# will eventually get fixed, but for now we have to live with this.
# See https://github.com/android-ndk/ndk/issues/522 for more context.
SCCACHE_IDLE_TIMEOUT: 1500
SCCACHE_IDLE_TIMEOUT: "1500"
run:
using: mozharness
actions: [get-secrets build multi-l10n update]