Skip to content

Commit

Permalink
ci: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 14, 2023
1 parent 4401da8 commit 4a92c10
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 583 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ jobs:
command: spawn-devnet.py
logs: 'false'
timeout: 25
- name: Load tester
comment: pls load test
command: load-test.py
logs: 'true'
logs_path: /tmp/namada-load-tester/logs/
timeout: 360

steps:
- name: Configure AWS Credentials
Expand Down Expand Up @@ -79,13 +73,6 @@ jobs:
GITHUB_DISPATCH_TOKEN: ${{ secrets.GT_DISPATCH }}
SLACK_DEVNET_SECRET: ${{ secrets.SLACK_DEVNET_SECRET }}
BINARIES_COMMIT_SHA: ${{ steps.comment-branch.outputs.head_sha }}
- name: Upload load tester logs
if: ${{ matrix.make.logs == 'true' && steps.check.outputs.triggered == 'true' }}
uses: actions/upload-artifact@v3
with:
name: logs-load-tester-${{ github.event.pull_request.head.sha || github.sha }}
path: ${{ matrix.make.logs_path }}
retention-days: 5
- name: Comment not found
if: steps.check.outputs.triggered != 'true'
run: echo "Comment $COMMENT not found"
Expand Down
Loading

0 comments on commit 4a92c10

Please sign in to comment.