bug 1140439: graphene nightlies not showing up in latest-larch. r=jlund
--- a/configs/builds/releng_sub_linux_configs/64_graphene.py
+++ b/configs/builds/releng_sub_linux_configs/64_graphene.py
@@ -5,17 +5,16 @@ config = {
'clobber',
'clone-tools',
'setup-mock',
'build',
'update', # may or may not happen based on query_is_nightly()
],
'stage_platform': 'linux64',
'stage_product': 'graphene',
- 'platform_supports_post_upload_to_latest': False,
'enable_signing': False,
'enable_talos_sendchange': False,
'enable_count_ctors': False,
'objdir': 'obj-graphene',
#### 64 bit build specific #####
'env': {
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
--- a/configs/builds/releng_sub_mac_configs/64_graphene.py
+++ b/configs/builds/releng_sub_mac_configs/64_graphene.py
@@ -4,17 +4,16 @@ config = {
'default_actions': [
'clobber',
'clone-tools',
'build',
'update', # may or may not happen based on query_is_nightly()
],
'stage_platform': 'mac',
'stage_product': 'graphene',
- 'platform_supports_post_upload_to_latest': False,
'enable_signing': False,
'enable_talos_sendchange': False,
'enable_count_ctors': False,
'objdir': 'obj-graphene',
#### 64 bit build specific #####
'env': {
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),
'MOZ_AUTOMATION': '1',
--- a/configs/builds/releng_sub_windows_configs/64_graphene.py
+++ b/configs/builds/releng_sub_windows_configs/64_graphene.py
@@ -4,17 +4,16 @@ config = {
'default_actions': [
'clobber',
'clone-tools',
'build',
'update', # may or may not happen based on query_is_nightly()
],
'stage_platform': 'win64',
'stage_product': 'graphene',
- 'platform_supports_post_upload_to_latest': False,
'enable_signing': False,
'enable_talos_sendchange': False,
'enable_count_ctors': False,
'objdir': 'obj-graphene',
'env': {
'BINSCOPE': 'C:/Program Files (x86)/Microsoft/SDL BinScope/BinScope.exe',
'HG_SHARE_BASE_DIR': 'C:/builds/hg-shared',
'MOZBUILD_STATE_PATH': os.path.join(os.getcwd(), '.mozbuild'),