Anna
Anna
Could we run the whole system tests CI without stopping on failure maybe?
Thank you too @JamesWilkinson-ICFOlson, works like a charm. Maybe this could be added to the documentation, I had real trouble to understand how to configure the property,and I couldn't find...
even with an empty .gitignore, the files are still not present 🤔
Example of files in source: -rw-r--r-- 1 ubuntu ubuntu 8577 Mar 27 18:40 MyFile.deps.json -rw-r--r-- 1 ubuntu ubuntu 20992 Mar 27 18:40 MyFile.dll -rw-r--r-- 1 ubuntu ubuntu 13664 Mar 27...
Ok I'll try output files thanks
seems to be the same 🤔
the thing is we used them like that: ``` buildFiles: - "../../binaries/**;{{ linuxPath }}/{{ commit_hash }}/binaries" ``` if I replace `buildFiles` with `outputFiles` the files dont seem to be copied...
but in any case all dll / so files are missing without Outfiles as well even if it says it's adding them 🤔
> Hi @anna-git , do you still plan to work on this ? I'll close it as it's been activated since then in a new PR in https://github.com/DataDog/system-tests/pull/1714
> LGTM, but just an FYI, for fixed things like this you _might_ want to consider switching to doing this in the span serializer. We do this for the tracer...