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

[ci] improving integration tests (back-port) #45

Closed
wants to merge 2 commits into from

Conversation

nrkljo
Copy link
Contributor

@nrkljo nrkljo commented Apr 12, 2024

Improving integration tests. This PR should adress the flowing JIRAs:

  • DBZ-7539
  • DBZ-7540
  • DBZ-7542
  • DBZ-7543
  • DBZ-7556

@nrkljo nrkljo marked this pull request as ready for review April 12, 2024 12:53
@nrkljo nrkljo requested a review from Naros April 15, 2024 06:45
@nrkljo
Copy link
Contributor Author

nrkljo commented Apr 15, 2024

There seems to be a problem with the caching of the build-core results between branches? Here 2.6 branch builds fail with incompatible type compilaton errors. In Migrationsverket repo, main branch fails and 2.6 pass...

@Naros
Copy link
Member

Naros commented Apr 15, 2024

Hi @nrkljo, so I believe the issue is the branch name, DBZ-7539-bp.

If you create a branch in any of the sibling repositories that has an overlap with a branch in the main repository, then the pull request in the sibling repository checks out the core repository based on that branch name, in this case its check-ing out the DBZ-7539-bp branch.

If you rename the branch this PR is based on to DBZ-7539-bp-2.6 then this should avoid the issue.

@nrkljo nrkljo closed this Apr 16, 2024
@nrkljo nrkljo deleted the DBZ-7539-bp branch April 16, 2024 11:57
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.

2 participants