Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMoving to a command dispatch for PRs #586
Conversation
Fixes: #584 This will mean that when a PR is opened, linting and an initial build of the binaries will be performed to ensure there are no obvious error. The PR will have a comment added to it suggesting that the user needs a maintainer to run the acceptance tests. The maintainer will run the command /run-acceptance-tests and will wait for the results This will trigger a full end-to-end set of tests including spinning up the test infrastructure. It is super important that the PR is checked that no secrets etc are leaked before running the test command Please note, as this is a command dispatch, this cannot be tested from a PR - it must be in master and we can interate there!
|
PR is now waiting for a maintainer to run the acceptance tests. This PR will only perform build and linting. |
Fixes: #584
This will mean that when a PR is opened, linting and an initial
build of the binaries will be performed to ensure there are no
obvious error.
The PR will have a comment added to it suggesting that the user needs
a maintainer to run the acceptance tests. The maintainer will run
the command /run-acceptance-tests and will wait for the results
This will trigger a full end-to-end set of tests including spinning
up the test infrastructure.
It is super important that the PR is checked that no secrets etc are
leaked before running the test command
Please note, as this is a command dispatch, this cannot be tested from
a PR - it must be in master and we can interate there!