Skip to content

Commit

Permalink
Upload optest results (#273)
Browse files Browse the repository at this point in the history
### Ticket
N/A

### Problem description
We need to pass username and host for optests so data workflow can
collect and upload OpTest data to SFTP

### What's changed
Pass optest host and username to collect data action

### Checklist
- [x] New/Existing tests provide coverage for changes
  • Loading branch information
vmilosevic authored Feb 5, 2025
1 parent 0220245 commit 7bab2e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/produce_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ jobs:
run_attempt: ${{ github.event.workflow_run.run_attempt }}
sftp_host: ${{ secrets.SFTP_CICD_WRITER_HOSTNAME }}
sftp_user: ${{ secrets.SFTP_CICD_WRITER_USERNAME }}
sftp_optest_host: ${{ secrets.SFTP_OP_TEST_WRITER_HOSTNAME }}
sftp_optest_user: ${{ secrets.SFTP_OP_TEST_WRITER_USERNAME }}
ssh-private-key: ${{ secrets.SFTP_CICD_WRITER_KEY }}

0 comments on commit 7bab2e9

Please sign in to comment.