Skip to content

Commit

Permalink
fix: refactor python scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangrewe-bosch committed Jan 26, 2024
1 parent cc0569c commit 259b333
Show file tree
Hide file tree
Showing 35 changed files with 245 additions and 782 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/caliper-load-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,27 @@ jobs:
- name: Deploy latest Report
id: deploy-report
run: |
pip install mkdocs-material
pip install mike
export GITHUB_USERNAME=juliangrewe-bosch
export [email protected]
pip install mkdocs-material >/dev/null
pip install mike >/dev/null
cd $GITHUB_WORKSPACE/caliper/mkdocs || exit 1
git config user.name $GITHUB_USERNAME
git config user.email $GITHUB_EMAIL
git fetch origin
git branch gh-pages origin/gh-pages
# mike list
# mike delete [identifier]
# keep only latest 10 entries
export DATE=$(date +"%d-%m-%Y")
mike deploy "$DATE" latest --push --update-aliases
# destroy:
# needs: caliper
# if: always()
Expand Down
25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_1000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_10000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_100000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_250000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_400000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/createSecret/createSecret_50000.md

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/deleteSecret/deleteSecret_811000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/getSecrets/getSecret_1000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/getSecrets/getSecret_11000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/getSecrets/getSecret_161000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/amphora/getSecrets/getSecret_61000.md

This file was deleted.

12 changes: 0 additions & 12 deletions mkdocs/docs/reports/amphora/getSecrets/getSecret_response_times.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/castor/createSecret/createSecret_1000.md

This file was deleted.

25 changes: 0 additions & 25 deletions mkdocs/docs/reports/castor/createSecret/createSecret_10000.md

This file was deleted.

Loading

0 comments on commit 259b333

Please sign in to comment.