Erick Fejta
Erick Fejta
Can we get a new tag? 0.0.8 is the latest and uses a bunch of unsupported bazel functionality
fdbce051adecbb369b15260046f4f23684369efc seems to work with bazel 0.24.0 https://github.com/kubernetes/test-infra/blob/098e7f1727229bcc2602ae5f5f99a646e9bb5217/WORKSPACE#L476-L482 so tagging master HEAD as 0.0.9 or whatever sgtm
Are the python app engine bazel rules supposed to work at this point? Do you have a working example for me to follow? I am on the Kubernetes project and...
Nice! Yes gubernator is a classic app (which as opposed to flex I assume?) I will get you a branch with a python appengine app later tonight/tomorrow. I would prefer...
Here you go: https://github.com/fejta/test-infra/tree/gae/experiment/toy_app `gcloud app deploy` works just fine however... Repro: ``` git clone https://github.com/fejta/test-infra -b gae cd test-infra bazel build //experiment/toy_app && bazel-bin/experiment/toy_app/toy_app_deploy.sh # bazel-bin/experiment/toy_app/toy_app_deploy.sh: line 12: .../test-infra/../com_google_appengine_python/appcfg:...
Thanks! FYI, I removed the application/version tags from the app.yaml because this is what the cloud-sdk requires. So the program now runs, woo! It appears to hang starting the admin...
Oh got it, I need `//experiment/toy_app:toy_app.deploy` as the target
/remove-lifecycle frozen