-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add xBSD pipelines #3160
base: master
Are you sure you want to change the base?
Conversation
8ce2847
to
f2e7601
Compare
tests fail |
6c6bb6c
to
17a424d
Compare
f6f302f
to
42f3e4e
Compare
For integration tests. Signed-off-by: Pranshu Srivastava <[email protected]> chore: support non-linux GOOS in e2e tests Signed-off-by: Pranshu Srivastava <[email protected]> chore: support e2e tests on freebsd Signed-off-by: Pranshu Srivastava <[email protected]> chore: support e2e tests on openbsd Signed-off-by: Pranshu Srivastava <[email protected]> chore: support e2e tests on netbsd Signed-off-by: Pranshu Srivastava <[email protected]> chore: support e2e tests on solaris Signed-off-by: Pranshu Srivastava <[email protected]> chore: support e2e tests on dragonfly Signed-off-by: Pranshu Srivastava <[email protected]> chore: drop support for e2e tests on solaris Signed-off-by: Pranshu Srivastava <[email protected]>
3710f41
to
3e95361
Compare
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. |
9edc87b
to
c265b6d
Compare
Signed-off-by: Pranshu Srivastava <[email protected]>
c265b6d
to
9b8328c
Compare
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 <[email protected]>
Beside that, this looks really great! |
Signed-off-by: Pranshu Srivastava <[email protected]>
51db885
to
5afb253
Compare
Dropped the changes for I'll pull the changes from upstream once they are merged there, but we can safely proceed independent of them. |
Run tests on the following
GOOS
, in addition to Linux:The patch also makes changes to the testing scripts and introduces a
tools
binary to facilitate accommodating for variousGOOS
OOTB.Fixes #2883.