diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-01-27 16:31:33 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-01-28 00:44:07 +0200 |
commit | 0de6ffc383022e3ebfb658a729a0c9d7d7b026c4 (patch) | |
tree | 415d7542d0fd526b4c2daec74aa46728524a21f3 /metrics/linux-tsan-style.json | |
parent | 8ddb0a959002b96dda1e656e3bcd87ac55286122 (diff) | |
download | qtlocation-mapboxgl-0de6ffc383022e3ebfb658a729a0c9d7d7b026c4.tar.gz |
[build] Cleanup CircleCI configuration
- Remove the legacy build jobs
- Remove the next- namespace.
Diffstat (limited to 'metrics/linux-tsan-style.json')
-rw-r--r-- | metrics/linux-tsan-style.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/metrics/linux-tsan-style.json b/metrics/linux-tsan-style.json new file mode 100644 index 0000000000..7c99b2784c --- /dev/null +++ b/metrics/linux-tsan-style.json @@ -0,0 +1,11 @@ +{ + "base_test_path": "../mapbox-gl-js/test/integration", + "cache_path": "cache-style.db", + "expectation_paths": [ + "expectations/platform-all" + ], + "ignore_paths": [ + "ignores/platform-all.json", + "ignores/platform-linux.json" + ] +} |