Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-minors' (#1719)
Browse files Browse the repository at this point in the history
* origin/fraccaman/ci-minors:
  ci: clean up
  • Loading branch information
tzemanovic committed Jul 18, 2023
2 parents cc322d3 + 4a92c10 commit 189ff8c
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 189ff8c

Please sign in to comment.