Cheng Xing
Cheng Xing
* remove default processor id * set project env var Note: `get_qcs_objects_for_notebook()` already selects a default processor id for device and sampler generation using the same logic, but the ID...
**Summarize the task** Refactor cirq-google to * Simplify Quantum Engine `DeviceSpecification` proto and its serialization/deserialization logic. * Implement Devices 2.0 and GateSets APIs in cirq-core. **Acceptance criteria - when is...
**Is your design idea/issue related to a use case or problem? Please describe.** After Cirq 1.0, changes to `cirq-core` will be backward-compatible for all minor and patch version bumps. Open...
**Description of the issue** Example: [SerializableGateSets](https://github.com/quantumlib/Cirq/pull/5573) When we have a global singleton such as: ``` SYC_GATESET = cg.SerializableGateSet(...) ``` deprecating `SerializableGateSet` will cause tests to fail because all calls which...
As I was playing around with topology I ran into an issue: I provisioned a volume and tried to attach it to a pod, which I expected. Then I deleted...
Copy of https://github.com/kubernetes-incubator/external-storage/issues/912 https://github.com/kubernetes-incubator/external-storage/pull/902 introduces topology plumbing through the library, which includes a Node get call for every volume provision operation. Since CSI depends on this library and all volumes...
Today gcloud doesn't allow disabling of addons on cluster creation, so in our tests, to avoid running a cluster update, ideally we use the GKE SDK and call the API...
Noticed that some test jobs are creating standalone StorageClasses, such as this resize test: https://prow-gob.gcpnode.com/view/gcs/gob-prow/logs/periodic-gcp-pd-csi-driver-master-latest-k8s-integration-1-16-gke/1313498478982205440#1:build-log.txt%3A8874 Should all tests use only the configured StorageClasses? The StorageClasses configured in k8s-integration also don't...
Consider adding more documentation about the driver deployment. Some points that *might* be useful * What to do to run to deploy, delete, upgrade/downgrade the deployment * Mention of Kustomize...
If the user wants to access a real processor, a healthy processor will be picked as default. @dstrain115 @wcourtney