This project is mirrored from https://gitee.com/cowcomic/pixie.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 21 Oct, 2019 1 commit
-
-
Zain Asgar authored
Summary: This is needed for the docker plugins to actually work. Test Plan: Tested push Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D2317 GitOrigin-RevId: 8995e0bad9be3edf9eff336b7abfcebdd9edd7b1
-
- 19 Oct, 2019 1 commit
-
-
Zain Asgar authored
Summary: No longer need the hacks :) Removed the TODOs. Test Plan: jenkins Reviewers: michelle, oazizi, #engineering, nserrino Reviewed By: #engineering, nserrino Differential Revision: https://phab.corp.pixielabs.ai/D2307 GitOrigin-RevId: a4eed59fe5817cac5f9d74a454134de1507902cf
-
- 02 Oct, 2019 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: `bazel test //...` Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D2147 GitOrigin-RevId: 21716a6133b564b53b4a15854e5c5b334a4e3150
-
- 20 Sep, 2019 1 commit
-
-
Zain Asgar authored
Summary: This is currently breaking master, likely because of the Go 1.13 upgrade. With this upgrade it seems that we need to explicitly pass in gcov flags. Test Plan: bazel test //... and bazel coverage //src/... Reviewers: oazizi, philkuz, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1916 GitOrigin-RevId: 83631e5bf6c51fdc78e6068f42635ee05991c4ba
-
- 30 Jul, 2019 1 commit
-
-
Zain Asgar authored
Summary: This should make linking faster and enable easier support for LTO in the future. Test Plan: Jenkins Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1414 GitOrigin-RevId: 0a3e9b09d36b3107fc8ee7ae5ad1f62a1ff3dfbd
-
- 23 Jul, 2019 2 commits
-
-
Zain Asgar authored
Summary: Learned from last time using a .0 release, this time it's a .1 release :) Test Plan: Jenkins Reviewers: oazizi, #engineering, yzhao Reviewed By: #engineering, yzhao Differential Revision: https://phab.corp.pixielabs.ai/D1329 GitOrigin-RevId: 85ffc743fa18f5c35e190bc65f5fa3b2a66a674b
-
Zain Asgar authored
Summary: Looks like we are sometimes getting failures: https://jenkins.pixielabs.ai/blue/organizations/jenkins/pixielabs-master-nightly-test-regression/detail/pixielabs-master-nightly-test-regression/1/pipeline Test Plan: Jenkins Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1330 GitOrigin-RevId: cd343b7d71964b27d2be6ca062c4d723636e0fb4
-
- 22 Jul, 2019 1 commit
-
-
Zain Asgar authored
Summary: Filter out manual targets in ASAN/MSAN/TSAN. Test Plan: Jenkins Reviewers: oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1307 GitOrigin-RevId: 034426c7e8b5a59e16cc33f508f2f32d1519d0f4
-
- 26 Jun, 2019 1 commit
-
-
Yaxiong Zhao authored
Summary: Improve test coverage. Also these are essential to C++ code. Fixed one asan bug where misaligned pointer access. Test Plan: Jenkins test. Reviewers: #engineering, oazizi, zasgar, chengruizhe Reviewed By: #engineering, zasgar Differential Revision: https://phab.corp.pixielabs.ai/D1024 GitOrigin-RevId: ed640ca0724ddc5e3ac1845fd7be7b61c2928240
-
- 25 Jun, 2019 1 commit
-
-
Zain Asgar authored
Summary: Some flags added to make the build work, will try to remove them after updating our deps. Test Plan: Build, jenkins. Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1028 GitOrigin-RevId: ba9c1f93b5d14ce4c98ed378a3c4ee5112ea9a34
-
- 04 Jun, 2019 1 commit
-
-
Zain Asgar authored
Summary: Moving to a newer bazel. TODO: Need to remove compatibility flag Test Plan: jenkins Reviewers: michelle, philkuz, oazizi, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D891 GitOrigin-RevId: 75b1afab6d821790d5351f5a4874a04dd54ccd24
-
- 03 Jun, 2019 1 commit
-
-
Zain Asgar authored
Summary: This will allow the build on // to work without defining a tag. Test Plan: bazel build //... Reviewers: philkuz, chengruizhe, #engineering, michelle Reviewed By: #engineering, michelle Differential Revision: https://phab.corp.pixielabs.ai/D885 GitOrigin-RevId: 324beca770c73c675c6f62aafea5f2e7d49f1c57
-
- 10 May, 2019 1 commit
-
-
Yaxiong Zhao authored
Summary: These tests run inside a container with root privilege, and bazel tests them directly not inside any sandbox. Test Plan: Jenkins Reviewers: kgandhi, zasgar, oazizi, #engineering Reviewed By: zasgar, #engineering Subscribers: philkuz Differential Revision: https://phab.corp.pixielabs.ai/D743 GitOrigin-RevId: d5ac6f7048d2398cfda1feaddc5690041a625cd4
-
- 25 Mar, 2019 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: tested manually by editing some code locally. Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D566 GitOrigin-RevId: 10297a93ee21b32a9e4f73fa2cd2a9b0cbbe37cc
-
- 24 Mar, 2019 1 commit
-
-
Zain Asgar authored
Summary: Currently only works for CC code. Test Plan: manually tested by running vizier/agent Reviewers: oazizi, michelle, #engineering, kgandhi Reviewed By: oazizi, #engineering, kgandhi Differential Revision: https://phab.corp.pixielabs.ai/D565 GitOrigin-RevId: 01641a792ce3d8ef9045e2328454b2dbb94dd8b4
-
- 22 Mar, 2019 1 commit
-
-
Zain Asgar authored
Summary: Does not seem to have to much impact on run time (but uses a lot less memory) Test Plan: CI Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D556 GitOrigin-RevId: ee561144c810c2fb93a639bfd9dfc3f2b29dc7ce
-
- 21 Feb, 2019 1 commit
-
-
Omid Azizi authored
Summary: A generic BPFTraceConnector class, plus a specific Derived class for grabbing CPU stats. Test Plan: Currently using stirling_wrapper. Will look into whether a stand-alone test is possible. Reviewers: kgandhi, zasgar, #engineering Reviewed By: kgandhi, zasgar, #engineering Subscribers: philkuz Differential Revision: https://phab.corp.pixielabs.ai/D318 GitOrigin-RevId: 86bcd899e759df607eed7c199fae7716316ea595
-
- 19 Feb, 2019 1 commit
-
-
Zain Asgar authored
Summary: This adds code coverage with both html output and tracking/visualization on codecov.io. Test Plan: Tested on Jenkins by using a remote branch, Sample output: https://codecov.io/gh/pixie-labs/pixielabs/tree/9206c22a8cfa8b675a675ae82a1a109e36e9f91e You will need to login with github (and grant access). Reviewers: #engineering, michelle, oazizi Reviewed By: #engineering, michelle, oazizi Subscribers: kgandhi Differential Revision: https://phab.corp.pixielabs.ai/D309 GitOrigin-RevId: 2f1c0d83891c3e8d1f653a6712110ca3a4104283
-
- 12 Feb, 2019 2 commits
-
-
Zain Asgar authored
Summary: This should remove the placeholder in the prior change. Also, buildifier ran and reformatted the build files. Test Plan: Jenkins Reviewers: #engineering, philkuz Reviewed By: #engineering, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D277 GitOrigin-RevId: beb04f150827c0399adc0c6b5443ce36ac3ad096
-
Zain Asgar authored
Summary: The RC version has fixes for cache hangs. Test Plan: jenkins Reviewers: #engineering, oazizi, michelle, philkuz Reviewed By: #engineering, michelle, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D276 GitOrigin-RevId: 5bdb8e07c549921b66546d71b833613b57f22995
-
- 18 Jan, 2019 1 commit
-
-
Omid Azizi authored
Summary: Always pick up user.bazelrc from workspace root Test Plan: None Reviewers: zasgar Reviewed By: zasgar Differential Revision: https://phab.corp.pixielabs.ai/D204 GitOrigin-RevId: 0c0a85dc5a6eab9737a9729f1f63f001b7c998f7
-
- 15 Jan, 2019 1 commit
-
-
Omid Azizi authored
Summary: Small fixes for running dev-env-start Test Plan: None Reviewers: zasgar Reviewed By: zasgar Differential Revision: https://phab.corp.pixielabs.ai/D190 GitOrigin-RevId: c689991977e63b6f94cc6eb57d134a8f4408d249
-
- 03 Dec, 2018 1 commit
-
-
Zain Asgar authored
Summary: Added MSAN and ASAN builds. MSAN is not on Jenkins yet because it needs a custom libc++ (we can defer this to later). Test Plan: Jenkins build. Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D139 GitOrigin-RevId: 749f238eaa672406dfc52cba80f4a7a3bac765e2
-
- 01 Dec, 2018 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: Jenkins Reviewers: #engineering, kgandhi, michelle Reviewed By: #engineering, michelle Differential Revision: https://phab.corp.pixielabs.ai/D134 GitOrigin-RevId: 00e9a4ab5c93df974839fbef0fe27fe7df33e72e
-
- 22 Nov, 2018 1 commit
-
-
Kaushal Gandhi authored
Summary: Adding an option for load generation to run for a specified amount of time. The data collection script already takes an argument for how long it should collect data. Test Plan: Tested on a GKE cluster Reviewers: #engineering, michelle Reviewed By: #engineering, michelle Subscribers: philkuz, michelle Differential Revision: https://phab.corp.pixielabs.ai/D129 GitOrigin-RevId: 31e30fbb96085a89e5886a78815564743321db19
-
- 01 Nov, 2018 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: test with user.bazelrc file. Reviewers: #engineering, michelle, kgandhi Reviewed By: #engineering, michelle, kgandhi Differential Revision: https://phab.corp.pixielabs.ai/D113 GitOrigin-RevId: 5bb39c18767708bd81c1732a326345624f31da28
-
- 18 Oct, 2018 1 commit
-
-
Kaushal Gandhi authored
Summary: Fixing skaffold template and updating the proxy build bazel file to include dev and prod container images There seems to be an error with the latest version of skaffold https://github.com/GoogleContainerTools/skaffold/issues/1160 which doesn't seem to allow tagging and pushing of docker images Test Plan: `skaffold dev -f skaffold/skaffold_dev.yaml` should work inside the latest docker container Reviewers: zasgar, michelle, philkuz Reviewed By: zasgar Differential Revision: https://phab.corp.pixielabs.ai/D83 GitOrigin-RevId: 975aff82fb76ebe3299cb1be623db71b16f44454
-
- 16 Oct, 2018 1 commit
-
-
Zain Asgar authored
Summary: Bazel changed the way it deals with bazelrc files. Test Plan: local bazel build, jenkins Reviewers: michelle, philkuz, kgandhi Reviewed By: michelle Differential Revision: https://phab.corp.pixielabs.ai/D78 GitOrigin-RevId: 02564800979783cd75c1a1fad096737c65d6f0fb
-
- 15 Aug, 2018 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: bazel test //... Reviewers: kgandhi, michelle Reviewed By: kgandhi Maniphest Tasks: T2 Differential Revision: https://phab.corp.pixielabs.ai/D19 GitOrigin-RevId: 70124bbbece90aec4726848af59a1bb97dbbeb01
-