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: remove changed files check #104

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Conversation

basti1302
Copy link
Member

We would actually need to compare to the commit of the last successful build, not just to the last commit. Otherwise it will skip builds although the latest code has not been built yet.

We would actually need to compare to the commit  of the last _successful_
build, not just to the last commit. Otherwise it will skip builds
although the latest code has not been built yet.
Apparently issue with the flaky tests (cronjob spans not found) was due
to the test reading the wrong test ID from the file system, very
probably because an outdated test ID was still present in the file
system and the new cronjob pod had not yet written its test ID. After
that the test would look for spans with the wrong query parameter.
@basti1302 basti1302 enabled auto-merge (rebase) August 20, 2024 12:11
Copy link

sonarcloud bot commented Aug 20, 2024

@basti1302 basti1302 merged commit 813c65a into main Aug 20, 2024
7 checks passed
@basti1302 basti1302 deleted the ci-remove-changed-files-check branch August 20, 2024 12:15
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.

1 participant