summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/platform_supports_post_upload_to_latest.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/configs/platform_supports_post_upload_to_latest.py')
-rw-r--r--testing/mozharness/configs/platform_supports_post_upload_to_latest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/mozharness/configs/platform_supports_post_upload_to_latest.py b/testing/mozharness/configs/platform_supports_post_upload_to_latest.py
new file mode 100644
index 000000000..6ed654ed1
--- /dev/null
+++ b/testing/mozharness/configs/platform_supports_post_upload_to_latest.py
@@ -0,0 +1,3 @@
+config = {
+ 'platform_supports_post_upload_to_latest': False,
+}