Skip to content

Commit 8ee11bb

Browse files
authored
Revert "CI: Add cpu / memory usage raw logs (#29393)" (#31126)
1 parent 7a2c8dd commit 8ee11bb

File tree

7 files changed

+6
-73
lines changed

7 files changed

+6
-73
lines changed

.github/actions/run-qunit-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ runs:
141141
DISPLAY: ":99"
142142
CHROME_CMD: ${{ env.CHROME_SHELL }}
143143
run: |
144-
node ../../tools/scripts/performance_log.js &
145144
chmod +x ./docker-ci.sh
146145
./docker-ci.sh
147146

.github/workflows/demos_visual_tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ jobs:
5757
run: pnpm install
5858

5959
- name: DevExtreme - Build
60-
shell: bash
61-
run: |
62-
node ./tools/scripts/performance_log.js &
63-
pnpx nx build devextreme
60+
run: pnpx nx build devextreme
6461

6562
testcafe:
6663
needs:
@@ -141,9 +138,7 @@ jobs:
141138
# DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
142139
# DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
143140
CI_ENV: true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
144-
run: |
145-
node ../../tools/scripts/performance_log.js &
146-
pnpx nx test-testcafe
141+
run: pnpx nx test-testcafe
147142

148143
- name: Show accessibility warnings
149144
if: matrix.STRATEGY == 'accessibility'

.github/workflows/demos_visual_tests_frameworks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ jobs:
496496
python -m http.server 8083 &
497497
498498
- name: Run TestCafe tests
499-
shell: bash
500499
working-directory: apps/demos
501500
env:
502501
CHANGEDFILEINFOSPATH: changed-files.json
@@ -510,9 +509,7 @@ jobs:
510509
# DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
511510
# DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
512511
CI_ENV: true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
513-
run: |
514-
node ../../tools/scripts/performance_log.js &
515-
pnpx nx test-testcafe
512+
run: pnpx nx test-testcafe
516513

517514
- name: Sanitize job name
518515
if: ${{ failure() }}

.github/workflows/qunit_tests-additional-renovation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ jobs:
5959
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
6060
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
6161
working-directory: ./packages/devextreme
62-
run: |
63-
node ../../tools/scripts/performance_log.js &
64-
pnpm nx build:systemjs
62+
run: pnpm nx build:systemjs
6563

6664
- name: Zip artifacts
6765
working-directory: ./packages/devextreme

.github/workflows/qunit_tests-renovation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,12 @@ jobs:
5555

5656
- name: Build
5757
working-directory: ./packages/devextreme
58-
shell: bash
5958
env:
6059
DEVEXTREME_TEST_CI: "true"
6160
DOTNET_CLI_TELEMETRY_OPTOUT: "true"
6261
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: "true"
6362
BUILD_INPROGRESS_RENOVATION: "true"
64-
run: |
65-
node ../../tools/scripts/performance_log.js &
66-
pnpx nx build:dev
63+
run: pnpx nx build:dev
6764

6865
- name: Zip artifacts
6966
working-directory: ./packages/devextreme

.github/workflows/testcafe_tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ jobs:
5858
run: pnpm install
5959

6060
- name: Build
61-
shell: bash
62-
run: |
63-
node ./tools/scripts/performance_log.js &
64-
pnpx nx build devextreme
61+
run: pnpx nx build devextreme
6562

6663
- name: Zip artifacts
6764
working-directory: ./packages/devextreme
@@ -235,7 +232,6 @@ jobs:
235232
[ "${{ matrix.ARGS.platform }}" != "" ] && PLATFORM="--platform ${{ matrix.ARGS.platform }}"
236233
all_args="--browsers=chrome:devextreme-shr2 --componentFolder ${{ matrix.ARGS.componentFolder }} $CONCURRENCY $INDICES $PLATFORM $THEME"
237234
echo "$all_args"
238-
node ../../tools/scripts/performance_log.js &
239235
pnpm run test $all_args
240236
241237
- name: Sanitize job name

tools/scripts/performance_log.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)