Commit 48c2688
authored
fix(invoke-unit-tests): Do not run the invoke unit tests on source_tests (#40192)
### What does this PR do?
- Prevent running the "basic" `invoke-unit-test.run` on go source tests.
They are launched during the `tooling_unit_test` job and are not
platform specific.
- Run an `agent.build` instead, like it's done on other platforms.
### Motivation
Prevent unexpected failure of invoke unit tests [during the agent go
tests](https://gitlab.ddbuild.io/DataDog/datadog-agent/-/jobs/1095803050).
### Describe how you validated your changes
UT in the CI are green1 parent 8846a8e commit 48c2688
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | | - | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments