Trigger integration tests in python deps update#3463
Trigger integration tests in python deps update#3463derrickaw wants to merge 2 commits intoGoogleCloudPlatform:mainfrom
Conversation
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
| env: | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| run: | | ||
| gh workflow run bigtable-pr.yml --ref chore/update-python-deps |
There was a problem hiding this comment.
IIUC it triggered the test through workflow_dispatch trigger. It's status won't show in PR page then, not convenient for reviewers.
Current list of PR triggered tests looks sufficient: #3459
There was a problem hiding this comment.
Sorry, should have explained better. The tests do not get kicked off. We have to manually close and reopen the PR to get the tests to kick off. Was trying to automate this away.
There was a problem hiding this comment.
I see, sounds a limitation of GitHub for bot generated PRs.
Note: If this PR does not trigger the template integration tests, please close the PR and reopen it. This should trigger all the tests.
though it sounds not convenient to manually check all workflow-dispatch triggered. After that I doubt we still need to close/reopen PRs get a green signal for PR itself
This reverts commit bf4157f.
Edit: Currently with generated python deps workflow, the workflow does not kick off the IT tests associated with these changes and we manually have to close and reopen the PR to kick this process off. Was trying to force the kick off process through these proposed changes.