diff options
Diffstat (limited to 'testing/mozharness/configs/test/example_config1.json')
-rw-r--r-- | testing/mozharness/configs/test/example_config1.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/mozharness/configs/test/example_config1.json b/testing/mozharness/configs/test/example_config1.json new file mode 100644 index 000000000..ca73466ba --- /dev/null +++ b/testing/mozharness/configs/test/example_config1.json @@ -0,0 +1,5 @@ +{ + "beverage": "fizzy drink", + "long_sleep_time": 1800, + "random_config_key1": "spectacular" +} |