Skip to content

Commit 52f1989

Browse files
authored
chore: Enabled quiet mode for CI runs (newrelic#188)
1 parent 095d04f commit 52f1989

File tree

6 files changed

+402
-134
lines changed

6 files changed

+402
-134
lines changed

merged/nextjs/.github/workflows/ci-workflow.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Next.js Instrumentation CI
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
env:
6+
# Enable versioned runner quiet mode to make CI output easier to read:
7+
OUTPUT_MODE: quiet
8+
59
jobs:
610
lint:
711
runs-on: ubuntu-latest

merged/nextjs/THIRD_PARTY_NOTICES.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ code, the source code can be found at [https://github.com/newrelic/newrelic-node
3434

3535
### semver
3636

37-
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.5.4](https://github.com/npm/node-semver/tree/v7.5.4)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.5.4/LICENSE):
37+
This product includes source derived from [semver](https://github.com/npm/node-semver) ([v7.6.0](https://github.com/npm/node-semver/tree/v7.6.0)), distributed under the [ISC License](https://github.com/npm/node-semver/blob/v7.6.0/LICENSE):
3838

3939
```
4040
The ISC License
@@ -477,7 +477,7 @@ This product includes source derived from [@newrelic/newrelic-oss-cli](https://g
477477

478478
### @newrelic/test-utilities
479479

480-
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v8.1.0](https://github.com/newrelic/node-test-utilities/tree/v8.1.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v8.1.0/LICENSE):
480+
This product includes source derived from [@newrelic/test-utilities](https://github.com/newrelic/node-test-utilities) ([v8.5.0](https://github.com/newrelic/node-test-utilities/tree/v8.5.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-test-utilities/blob/v8.5.0/LICENSE):
481481

482482
```
483483
Apache License
@@ -686,7 +686,7 @@ This product includes source derived from [@newrelic/test-utilities](https://git
686686

687687
### c8
688688

689-
This product includes source derived from [c8](https://github.com/bcoe/c8) ([v7.12.0](https://github.com/bcoe/c8/tree/v7.12.0)), distributed under the [ISC License](https://github.com/bcoe/c8/blob/v7.12.0/LICENSE.txt):
689+
This product includes source derived from [c8](https://github.com/bcoe/c8) ([v7.14.0](https://github.com/bcoe/c8/tree/v7.14.0)), distributed under the [ISC License](https://github.com/bcoe/c8/blob/v7.14.0/LICENSE.txt):
690690

691691
```
692692
Copyright (c) 2017, Contributors
@@ -708,7 +708,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
708708

709709
### husky
710710

711-
This product includes source derived from [husky](https://github.com/typicode/husky) ([v8.0.1](https://github.com/typicode/husky/tree/v8.0.1)), distributed under the [MIT License](https://github.com/typicode/husky/blob/v8.0.1/LICENSE):
711+
This product includes source derived from [husky](https://github.com/typicode/husky) ([v8.0.3](https://github.com/typicode/husky/tree/v8.0.3)), distributed under the [MIT License](https://github.com/typicode/husky/blob/v8.0.3/LICENSE):
712712

713713
```
714714
MIT License
@@ -766,7 +766,7 @@ SOFTWARE.
766766

767767
### lockfile-lint
768768

769-
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.9.6](https://github.com/lirantal/lockfile-lint/tree/v4.9.6)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.9.6/LICENSE):
769+
This product includes source derived from [lockfile-lint](https://github.com/lirantal/lockfile-lint) ([v4.13.2](https://github.com/lirantal/lockfile-lint/tree/v4.13.2)), distributed under the [Apache-2.0 License](https://github.com/lirantal/lockfile-lint/blob/v4.13.2/LICENSE):
770770

771771
```
772772
@@ -964,7 +964,7 @@ This product includes source derived from [lockfile-lint](https://github.com/lir
964964

965965
### newrelic
966966

967-
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v11.5.0](https://github.com/newrelic/node-newrelic/tree/v11.5.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.5.0/LICENSE):
967+
This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v11.15.0](https://github.com/newrelic/node-newrelic/tree/v11.15.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v11.15.0/LICENSE):
968968

969969
```
970970
Apache License
@@ -1172,7 +1172,7 @@ This product includes source derived from [newrelic](https://github.com/newrelic
11721172

11731173
### sinon
11741174

1175-
This product includes source derived from [sinon](https://github.com/sinonjs/sinon) ([v14.0.1](https://github.com/sinonjs/sinon/tree/v14.0.1)), distributed under the [BSD-3-Clause License](https://github.com/sinonjs/sinon/blob/v14.0.1/LICENSE):
1175+
This product includes source derived from [sinon](https://github.com/sinonjs/sinon) ([v14.0.2](https://github.com/sinonjs/sinon/tree/v14.0.2)), distributed under the [BSD-3-Clause License](https://github.com/sinonjs/sinon/blob/v14.0.2/LICENSE):
11761176

11771177
```
11781178
(The BSD License)
@@ -1207,12 +1207,12 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12071207

12081208
### tap
12091209

1210-
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v16.3.0](https://github.com/tapjs/node-tap/tree/v16.3.0)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v16.3.0/LICENSE):
1210+
This product includes source derived from [tap](https://github.com/tapjs/node-tap) ([v16.3.10](https://github.com/tapjs/node-tap/tree/v16.3.10)), distributed under the [ISC License](https://github.com/tapjs/node-tap/blob/v16.3.10/LICENSE):
12111211

12121212
```
12131213
The ISC License
12141214
1215-
Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
1215+
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
12161216
12171217
Permission to use, copy, modify, and/or distribute this software for any
12181218
purpose with or without fee is hereby granted, provided that the above
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#! /bin/bash
2+
3+
set -x
4+
VERSIONED_MODE="${VERSIONED_MODE:---minor}"
5+
SAMPLES="${SAMPLES:-15}"
6+
C8_REPORTER="${C8_REPORTER:-lcov}"
7+
8+
C8="c8 -o ./coverage/versioned --merge-async -r $C8_REPORTER"
9+
10+
# OUTPUT_MODE maps to `--print` of the versioned-tests runner.
11+
# Known values are "simple", "pretty", and "quiet".
12+
OUTPUT_MODE="${OUTPUT_MODE:-pretty}"
13+
14+
$C8 ./node_modules/.bin/versioned-tests $VERSIONED_MODE --print $OUTPUT_MODE --samples $SAMPLES --all -i 2 'tests/versioned/*.tap.js'

0 commit comments

Comments
 (0)