UBERF-11398: Fixing rate limits (#9143)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-06-02 10:03:24 +07:00
committed by GitHub
parent 96c6e4f6f4
commit bd6bbf8d15
15 changed files with 312 additions and 146 deletions
+16 -16
View File
@@ -261,26 +261,26 @@ jobs:
run: |
cd ./tests/sanity
node ../../common/scripts/install-run-rushx.js ci
- name: Start profiling
run: |
cd ./tests
./profile-start.sh
# - name: Start profiling
# run: |
# cd ./tests
# ./profile-start.sh
- name: Run UI tests
run: |
cd ./tests/sanity
node ../../common/scripts/install-run-rushx.js uitest
- name: Download profile
run: |
cd ./tests
./profile-download.sh
npm install -g cpupro
./profile-generate.sh
- name: Upload profiling results
if: always()
uses: actions/upload-artifact@v4
with:
name: profiling
path: ./tests/profiles
# - name: Download profile
# run: |
# cd ./tests
# ./profile-download.sh
# npm install -g cpupro
# ./profile-generate.sh
# - name: Upload profiling results
# if: always()
# uses: actions/upload-artifact@v4
# with:
# name: profiling
# path: ./tests/profiles
- name: 'Store docker logs'
if: always()
run: |