mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-25 10:39:36 -04:00
[PR #432] [MERGED] ci: use different queues to allow tests to run in parallel #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/432
Author: @masci
Created: 1/17/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @masci
Base:
main← Head:massi/fix-e2e📝 Commits (2)
6ee7f4aci: use different queues to allow tests to run in parallel563c062try📊 Changes
3 files changed (+20 additions, -11 deletions)
View changed files
📝
.github/workflows/e2e_test.yml(+1 -0)📝
e2e_tests/message_queues/aws/conftest.py(+15 -8)📝
e2e_tests/message_queues/aws/test_message_queue.py(+4 -3)📄 Description
Parallel instances of e2e test runs will try to write to the same SQS queue and mess up the results.
With this PR we use different queues for each element in the matrix workflow.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.