Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove old performance reporting #26920

Merged
merged 12 commits into from
Jun 2, 2023
5 changes: 1 addition & 4 deletions .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ commands:
name: Restore cache state, to check for known modules cache existence
keys:
- v{{ checksum ".circleci/cache-version.txt" }}-{{ checksum "platform_key" }}-state-of-system-tests-projects-node-modules-cache-{{ checksum "system_tests_cache_key" }}
- run:
name: Send root honeycomb event for this CI build
command: cd system-tests/scripts && node ./send-root-honeycomb-event.js
- run:
name: Bail if specific cache exists
command: |
Expand Down Expand Up @@ -2036,7 +2033,7 @@ jobs:
command: rm -rf cypress.json
- run:
name: Install prod dependencies
command: yarn --production
command: yarn --production --ignore-engines
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you are updating this, we should be able to remove the rename support file step since v10 has been released for a while now and this was the ci mitigation while that was in flight

working_directory: /tmp/cypress-example-kitchensink
- run:
name: Example server
Expand Down
157 changes: 0 additions & 157 deletions system-tests/lib/performance-reporter.js

This file was deleted.

1 change: 0 additions & 1 deletion system-tests/lib/spec_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ beforeEach(function () {

nock.disableNetConnect()
nock.enableNetConnect(/localhost/)
nock.enableNetConnect(/api.honeycomb.io/)

// always clean up the cache
// before each test
Expand Down
3 changes: 1 addition & 2 deletions system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"human-interval": "1.0.0",
"image-size": "0.8.3",
"lazy-ass": "1.6.0",
"libhoney": "3.0.0",
"lodash": "^4.17.21",
"mocha": "7.1.0",
"mocha-banner": "1.1.2",
Expand All @@ -92,4 +91,4 @@
"license": "ISC",
"author": "",
"keywords": []
}
}
2 changes: 1 addition & 1 deletion system-tests/scripts/mocha-reporter-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"reporterEnabled": "spec, mocha-junit-reporter, ./lib/performance-reporter.js",
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "/tmp/cypress/junit/test-results.[hash].xml"
}
Expand Down
13 changes: 0 additions & 13 deletions system-tests/scripts/send-root-honeycomb-event.js

This file was deleted.

Loading