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.
- 13 May, 2020 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: Jenkins Reviewers: malthus, michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D4789 GitOrigin-RevId: af42be1b6085ff1cea1a3400696eaaf48fd5ea56
-
- 11 Apr, 2020 1 commit
-
-
Zain Asgar authored
Summary: Tsia Test Plan: manual Reviewers: michelle, nserrino, #engineering Reviewed By: nserrino, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D4291 GitOrigin-RevId: 879f89aec7712bc5052abf188bedc64a087e45e7
-
- 02 Apr, 2020 1 commit
-
-
Zain Asgar authored
Summary: YQ is used as a YAML equivalent of JQ. Test Plan: N/A Reviewers: michelle, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D4164 GitOrigin-RevId: a351fce0197fabf1972c6389339c1989845cd175
-
- 26 Mar, 2020 1 commit
-
-
Michelle Nguyen authored
Summary: prototool will help us run checks to determine whether or not any proto changes will break the API Test Plan: ran the docker image, verified that i can run prototool Reviewers: zasgar, #engineering Reviewed By: zasgar, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D4081 GitOrigin-RevId: 0d53893ef5c67b8b724fc5f1ae3b7554b71c639f
-
- 23 Mar, 2020 1 commit
-
-
Zain Asgar authored
Summary: Update nodejs. We needed to pull in a new base image due to an old version of node installed on it. Something upstream changed which broke the original update-rc.d command which is why we have additional changes. Fix style Test Plan: Jenkins Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D4020 GitOrigin-RevId: 383ab4d5ea45bcf1636dce2a1d511aa2ed775eaf
-
- 19 Mar, 2020 1 commit
-
-
Zain Asgar authored
Summary: I tried to repro hang locally and could not do it. The jenkins hangs are happening on epollwait which just means it's waiting for a file descriptor. The process is stuck, not doing doing anything or consuming any CPU resources. Hopefully the upgrade fixes the build. If not, we will have more debug info with the verbose build. Test Plan: Jenkins Reviewers: michelle, malthus, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D3971 GitOrigin-RevId: 9a06aeadaca109abcaa2c2f1289f6e21278beaee
-
- 19 Oct, 2019 1 commit
-
-
Zain Asgar authored
Summary: Finds common errors in shell files. This adds the linter but does not enabled it yet. Test Plan: N/A Reviewers: michelle, oazizi, #engineering, philkuz Reviewed By: #engineering, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D2310 GitOrigin-RevId: 96111281c68e7250fddddd07f0e0a92ed21e55be
-
- 04 Oct, 2019 1 commit
-
-
Zain Asgar authored
Summary: Add YAML linter to recipe. Next step is to add it to arc. Test Plan: Run chef, verify that YAML linter is installed. Reviewers: michelle, oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D2173 GitOrigin-RevId: 5f815e272b786ad83a59a1ea7d785874b19b6b86
-
- 16 Sep, 2019 1 commit
-
-
Zain Asgar authored
Summary: - Upgrage to 0.29.1. - Upgrade docker package to fix compatability issues. - Unify the installer process between mac & linux. Test Plan: bazel test //... Reviewers: michelle, oazizi, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1841 GitOrigin-RevId: 4665d122f80b3506a7fc9728b923f755040dcce5
-
- 12 Sep, 2019 1 commit
-
-
Zain Asgar authored
Summary: We are going to use SOPS and GCP KMS to manage secrets. Test Plan: N/A Reviewers: michelle, oazizi, #engineering Reviewed By: michelle, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1821 GitOrigin-RevId: 7918d0bc30bbdce3ccc89476b8db19f1282815d1
-
- 07 Jul, 2019 1 commit
-
-
Zain Asgar authored
Summary: Eventual plan is to switch to using kustomize to construct YAML files. Kustomize will be mainlined in Kubectl v1.15. Test Plan: N/A Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D1107 GitOrigin-RevId: 6a93616442dd2c69c0b1ade3de162f1ec344a8d7
-
- 04 Jun, 2019 1 commit
-
-
Zain Asgar authored
Summary: remove go from apt/brew and replace with downloaded version. Test Plan: bazel/chef/jenkins Reviewers: michelle, #engineering, philkuz Reviewed By: #engineering, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D894 GitOrigin-RevId: 5cee6f5f55aa8a2e96b66fec3792470273bac815
-
- 22 Feb, 2019 1 commit
-
-
Zain Asgar authored
Summary: TSIA Test Plan: Jenkins Reviewers: oazizi, michelle, #engineering Reviewed By: oazizi, #engineering Differential Revision: https://phab.corp.pixielabs.ai/D400 GitOrigin-RevId: adcb493b4802b4c357d0cd9dbedb8e09a4be1fd5
-
- 28 Nov, 2018 1 commit
-
-
Zain Asgar authored
Summary: Contains a set of recipes to provision our machines. There are primiarly three different roles that can be provisioned: pl_base_dev -- Has everything to run builds. pl_workstation -- Has the recipes to setup a full dev workstation. pl_desktop -- Has all gui apps. One thing left to debug is why our new images are bit bigger: Original: gcr.io/pl-dev-infra/base_dev_image 201811061534 36a879b7aa10 2 weeks ago 2.26GB New: gcr.io/pl-dev-infra/base_dev_image 201811270026 7ac725b2098b 10 hours ago 2.43GB And the delta with the dev image (there should be no delta right now): gcr.io/pl-dev-infra/dev_image 201811271012 5fa2b90382ed 25 minutes ago 2.85GB Docs here: https://phab.corp.pixielabs.ai/w/eng/machine_provisioning/ Test Plan: Tested on Linux VM to ensure proper setup. Tested on Mac. Crated docker images using `make build_and_push_base_dev_image` and `make build_and_push_dev_images` Reviewers: #engineering, michelle, philkuz Reviewed By: philkuz Subscribers: kgandhi, philkuz Differential Revision: https://phab.corp.pixielabs.ai/D131 GitOrigin-RevId: 3ad87c10fe426c7a5f565c76370f89c0243ed164
-