chore: add xBSD pipelines#3160
Conversation
8ce2847 to
f2e7601
Compare
|
tests fail |
6c6bb6c to
17a424d
Compare
84a178a to
7dfafe9
Compare
|
My bad for excessive force-pushes here, which I later found out could've been (and were) avoided using the "Debug Shell" available here. Also, it seems OpenBSD workflow needs a bit more debugging. |
|
Good for reviews now. |
For integration tests. Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support non-linux GOOS in e2e tests Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support e2e tests on freebsd Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support e2e tests on openbsd Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support e2e tests on netbsd Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support e2e tests on solaris Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: support e2e tests on dragonfly Signed-off-by: Pranshu Srivastava <rexagod@gmail.com> chore: drop support for e2e tests on solaris Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
|
Working on adding support for Solaris as well, in addition to accommodating for any newly added metrics since the last time I patched this, to make sure the tests pass. |
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
|
Good for reviews. I've also added Solaris and Darwin. I believe this completes support for all BSD platforms we target in this repository. |
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
|
Beside that, this looks really great! |
Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
|
Dropped the changes for I'll pull the changes from upstream once they are merged there, but we can safely proceed independent of them. |
|
Ping. |
|
Going to merge but @SuperQ please still take a look to be aware etc |
|
Hey folks, would you please cleanup the git history before merging changes? Or use the GitHub "squash and merge" function when merging? It's not great when looking at git changes and seeing a bunch of "fixup fixup fixup" commits. It makes following feature changes difficult (git blame, git show, etc). |
|
I did a squash merg for forgot to edit the commit message. Sorry about that. |
Run tests on the following
GOOS, in addition to Linux:The patch also makes changes to the testing scripts and introduces a
toolsbinary to facilitate accommodating for variousGOOSOOTB.Fixes #2883.