Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Move Test Metrics Code to Agent #7258

Merged
merged 5 commits into from
May 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,18 @@ steps:
workdir: /data/job
timeout: 60

- wait:
continue_on_failure: true

- command: |
cd scripts/metrics
node --max-old-space-size=4096 test-metrics.js
label: ":bar_chart: Test Metrics"
agents:
queue: "automation-apps-builder-fleet"
timeout: 10
soft_fail: true

- wait

- command: |
Expand Down
6 changes: 6 additions & 0 deletions pipeline.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"eosio-lrt":
{
"pipeline-branch": "legacy-os"
}
}
260 changes: 260 additions & 0 deletions scripts/metrics/node_modules/node-fetch/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions scripts/metrics/node_modules/node-fetch/LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading