Commit bd3b7b0
authored
ci: parallelize integration tests into matrix jobs (#269)
* ci: run all integration tests, not just runtime
Expand the integration test workflow to exercise evaluation, memory,
identity, and async test directories in addition to runtime. The tools/
directory is excluded because its test files execute AWS API calls at
module level during import.
- Add strands-agents-evals dependency for evaluation tests
- Broaden pytest target from tests_integ/runtime to tests_integ/
- Ignore tests_integ/tools (unsafe module-level code)
- Increase timeout from 10 to 30 minutes for memory and eval tests
* ci: parallelize integration tests into matrix jobs
Split the single sequential test job into three parallel matrix jobs
(runtime, memory, evaluation) to reduce wall-clock time. Each group
gets its own timeout and only installs the dependencies it needs.1 parent 7cf134f commit bd3b7b0
1 file changed
Lines changed: 23 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
110 | 130 | | |
111 | 131 | | |
112 | 132 | | |
| |||
130 | 150 | | |
131 | 151 | | |
132 | 152 | | |
133 | | - | |
| 153 | + | |
134 | 154 | | |
135 | 155 | | |
136 | 156 | | |
137 | 157 | | |
138 | 158 | | |
139 | 159 | | |
140 | | - | |
| 160 | + | |
141 | 161 | | |
142 | | - | |
| 162 | + | |
143 | 163 | | |
144 | 164 | | |
145 | 165 | | |
| |||
0 commit comments