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

Fix Conan timestamp mismatch #529

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

RobiNino
Copy link
Contributor

@RobiNino RobiNino commented Mar 7, 2025

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used npm run format for formatting the code before submitting the pull request.

Following #528

This PR introduces changes that will improve consistency of the build timestamp for Conan build and their artifacts.

So far a timestamp was generated for every new Conan task, and again when setting the artifact build timestamp property.
The mismatch in timestamp between a build and its artifacts was causing issue when trying to delete the artifacts by their build.
From now on, the timestamp will only be generated once per build.

Tests will pass after merging #530

@RobiNino RobiNino added the bug Something isn't working label Mar 7, 2025
@RobiNino RobiNino requested a review from bhanurp March 7, 2025 13:00
@RobiNino RobiNino added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Mar 7, 2025
@RobiNino RobiNino marked this pull request as draft March 7, 2025 14:56
@RobiNino RobiNino added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Mar 7, 2025
@RobiNino RobiNino added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Mar 9, 2025
@RobiNino RobiNino added safe to test Approve running integration tests on a pull request and removed safe to test Approve running integration tests on a pull request labels Mar 9, 2025
@RobiNino RobiNino marked this pull request as ready for review March 10, 2025 03:21
@RobiNino RobiNino requested a review from itsmeleela March 19, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working safe to test Approve running integration tests on a pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant