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

feat(queue): send test version to queue #3113

Merged
merged 1 commit into from Aug 31, 2023
Merged

Conversation

mathnogueira
Copy link
Member

This PR sends the test version to the executor queue

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

newJob := Job{
Headers: job.Headers,

Test: test.Test{ID: job.Test.ID},
Run: test.Run{ID: job.Run.ID},
Run: test.Run{ID: job.Run.ID, TestVersion: version},
Copy link
Member Author

Choose a reason for hiding this comment

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

We need the test version to ensure we are loading the correct test spec when running the test.

@mathnogueira mathnogueira merged commit ac53793 into main Aug 31, 2023
31 checks passed
@mathnogueira mathnogueira deleted the feat/queue-test-version branch August 31, 2023 19:35
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.

None yet

3 participants