Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily move integration tests to the push event #3075

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

joaopapereira
Copy link
Contributor

Description of the Change

Temporarily move integration tests to the push event

  • We will change this commit in the near future to ensure that the integration tests run again on pull requests

- We will change this commit in the near future to ensure that the
  integration tests run again on pull requests

Signed-off-by: João Pereira <joaod@vmware.com>
Co-Authored-by: Greg Weresch <greg.weresch@broadcom.com>
@weresch
Copy link
Contributor

weresch commented Aug 2, 2024

LGTM

@@ -24,6 +24,11 @@ on:
- "Tests"
types:
- completed
push:
branches:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Is it possible to run integration tests only if the unit tests pass successfully?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At this point we decided only to run integration tests on push (after the pr is merged) This is a little bit strange but in reality, this was what was happening with the bug we found yesterday.
This solution is a stop-gap solution and I hope we can start the work to re-add the integration tests into the PR workflow at the beginning of next week.

@a-b a-b merged commit f59c02a into cloudfoundry:main Aug 2, 2024
12 checks passed
@joaopapereira joaopapereira deleted the temp-move-integration-to-push branch August 5, 2024 15:19
joaopapereira added a commit to joaopapereira/cf-cli that referenced this pull request Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants