[PR #432] [MERGED] ci: use different queues to allow tests to run in parallel #461

Closed
opened 2026-02-16 01:17:27 -05:00 by yindo · 0 comments
Owner

📋 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: mainHead: massi/fix-e2e


📝 Commits (2)

  • 6ee7f4a ci: use different queues to allow tests to run in parallel
  • 563c062 try

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/432 **Author:** [@masci](https://github.com/masci) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/fix-e2e` --- ### 📝 Commits (2) - [`6ee7f4a`](https://github.com/run-llama/llama_deploy/commit/6ee7f4ab725e19889194d4bc8fedb1f4ed3f1175) ci: use different queues to allow tests to run in parallel - [`563c062`](https://github.com/run-llama/llama_deploy/commit/563c0620cd48fa293fb8cd400b6345d16d6e4856) try ### 📊 Changes **3 files changed** (+20 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:27 -05:00
yindo closed this issue 2026-02-16 01:17:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#461