From 1e61cb7c63ee47ac39ba294dbb285ea74d822244 Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Tue, 3 Mar 2020 10:30:14 +0200 Subject: [test] Add test manifest for the nightly build Use the same test manifest for the development and nightly coverage CI builds. Add manifest for the nightly build by creating a symbolic link to the existing manifest. --- circle.yml | 2 +- metrics/linux-gcc8-debug-coverage-nightly-style.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 metrics/linux-gcc8-debug-coverage-nightly-style.json diff --git a/circle.yml b/circle.yml index 4b8eaca513..152e9a231a 100644 --- a/circle.yml +++ b/circle.yml @@ -671,7 +671,7 @@ jobs: command: | /tmp/attach/install/linux-gcc8-release/bin/mbgl-render-test-runner -u rebaseline -p metrics/binary-size.json - run: - name: 'Matrics Baselines' + name: 'Metrics Baselines' command: | cp -r /tmp/attach/metrics . git add -A && git diff --staged --exit-code | tee baselines.patch diff --git a/metrics/linux-gcc8-debug-coverage-nightly-style.json b/metrics/linux-gcc8-debug-coverage-nightly-style.json new file mode 120000 index 0000000000..2f164a1d1f --- /dev/null +++ b/metrics/linux-gcc8-debug-coverage-nightly-style.json @@ -0,0 +1 @@ +linux-gcc8-debug-coverage-style.json \ No newline at end of file -- cgit v1.2.1