forked from gitpod-io/gitpod
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable having integration tests run as a PR pre-merge check (gitpod-i…
…o#4362) This is a step towards running integration tests on all PRs and have it be a requirement for merging. Specifically this commit introduces the following changes: - Trigger the integration test job without using the --follow-with-prefix - this allows the build job to succeed independently of the the result of the integration tests. - The job is triggered in such a way that a ci/werft/run-integration-tests commit check will be created (this was made possible by making changes to Werft, thanks @csweichel) After this is merged we can - Configure Github to have ci/werft/run-integration-tests be a required check. That means people can't merge a PR unless the check succeed. This should only be done once we run integration tests by default.
- Loading branch information
1 parent
3ab71ed
commit 5498ad5
Showing
2 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters