Skip to content

Commit

Permalink
bqmt secret updated
Browse files Browse the repository at this point in the history
  • Loading branch information
priyabhatnagar25 committed Oct 9, 2023
1 parent 75665bd commit f9e4123
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
MYSQL_USERNAME:cdapio-github-builds/MYSQL_USERNAME
MYSQL_PASSWORD:cdapio-github-builds/MYSQL_PASSWORD
MYSQL_PORT:cdapio-github-builds/MYSQL_PORT
CONNECTION_STRING:cdapio-github-builds/CONNECTION_STRING
BQMT_CONNECTION_STRING:cdapio-github-builds/CONNECTION_STRING
- name: Run required e2e tests
if: github.event_name != 'workflow_dispatch' && github.event_name != 'push' && steps.filter.outputs.e2e-test == 'false'
Expand All @@ -90,7 +90,7 @@ jobs:
MYSQL_USERNAME: ${{ steps.secrets.outputs.MYSQL_USERNAME }}
MYSQL_PASSWORD: ${{ steps.secrets.outputs.MYSQL_PASSWORD }}
MYSQL_PORT: ${{ steps.secrets.outputs.MYSQL_PORT }}
CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }}
BQMT_CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }}

- name: Run all e2e tests
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
Expand All @@ -100,7 +100,7 @@ jobs:
MYSQL_USERNAME: ${{ steps.secrets.outputs.MYSQL_USERNAME }}
MYSQL_PASSWORD: ${{ steps.secrets.outputs.MYSQL_PASSWORD }}
MYSQL_PORT: ${{ steps.secrets.outputs.MYSQL_PORT }}
CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }}
BQMT_CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }}

- name: Upload report
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion src/e2e-test/resources/pluginParameters.properties
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ host=MYSQL_HOST
user=MYSQL_USERNAME
pass=MYSQL_PASSWORD
port=MYSQL_PORT
connectionString=CONNECTION_STRING
connectionString=BQMT_CONNECTION_STRING
mySQLSourceTable=dummy
sourceTable=dummy
tableNameField=tableName
Expand Down

0 comments on commit f9e4123

Please sign in to comment.