Commit 606f7cc
authored
[chore] Fix more load test pipeline issues (open-telemetry#33885)
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
This PR fixes more issues with the load test pipeline. Specifically, it
adjusts some things around artifact up/download which is needed as a
result of the breaking changes in GitHub Actions artifacts listed
[here](https://github.com/actions/upload-artifact#breaking-changes:~:text=Uploading%20to%20the%20same%20named,you%20will%20encounter%20an%20error.).
Also, it removes the issue generation step which seems far outdated as
it's failing with missing CircleCI env variables.
Also, I noticed that a few of the load tests fail consistently. To test.
the pipeline, I had to comment them out. Not sure, what to do with
them...
**Link to tracking Issue:**
Part of
open-telemetry#33577
Follow up to
open-telemetry#33860
**Testing:** Testing done on my personal fork. Link to working pipeline
run:
[Green run with some broken tests commented out, but pipeline
working](https://github.com/mowies/opentelemetry-collector-contrib/actions/runs/9789652148)
[Red run with broken
tests](https://github.com/mowies/opentelemetry-collector-contrib/actions/runs/9790395589)
**Documentation:** none added
---------
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>1 parent 2c931a7 commit 606f7cc
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 120 | | |
123 | 121 | | |
124 | 122 | | |
| |||
127 | 125 | | |
128 | 126 | | |
129 | 127 | | |
130 | | - | |
| 128 | + | |
| 129 | + | |
131 | 130 | | |
132 | 131 | | |
133 | 132 | | |
| |||
0 commit comments