[10:39] Anyone fancy Sphinx documentation for Storm? https://code.launchpad.net/~cjwatson/storm/doctest-cleanup/+merge/384530 https://code.launchpad.net/~cjwatson/storm/sphinx-doc/+merge/384532 https://code.launchpad.net/~cjwatson/storm/docstring-syntax/+merge/384534 [10:40] I have some more stuff pending after that to add more docstrings for various things, but that'll do for now [12:52] pappacena: talking of QA, what were you trying to do that lead to this patch: https://git.launchpad.net/launchpad/commit?id=90eaad5839f6f684cedbab35f3f8030cedc294c1 [12:52] something to do with editing OCI projects? [13:11] It looks like. Something to do with the new oci_project_admin attribute on distribution? [13:13] I don't quite rememeber... I think I couldn't edit OCIProject on dogfood, even though I was in the team that managed recipes for that distribution. [13:13] yeah, makes sense [13:13] * tomwardill tries [13:13] sigh, dogfood, not gofdood [13:13] * tomwardill can't even [13:14] * pappacena hahaha [13:15] okay,I can edit and rename an OCI PRoject [13:15] I think I'll call that good [13:16] and mark recipes as official [13:16] 👍 [13:35] cjwatson, could you help me QAing dockerhub push by forcing a build for https://dogfood.paddev.net/~pappacena/ubuntu/+oci/pappacena-oci-project-1/+recipe/test-recipe ? I have just created a pushrule for that. [13:35] pappacena: Can do, can you hit "request builds"? [13:35] (actually, created 2 push rules, but the first one was wrong and I do not have permission to delete it...) [13:36] sure. I'll do it on the API. The interface shows a strange error saying that I should select a processor, but no processor is shown at the page. [13:37] Requested the build: https://api.dogfood.paddev.net/devel/~pappacena/ubuntu/+oci/pappacena-oci-project-1/+recipe/test-recipe/+build-request/47675195 [13:43] The recipe might be wrongly configured without any architectures. Should be fixable on +edit [13:43] Right! I forgot about that on edit page [13:43] 2020-05-26 13:43:09 INFO Running > (ID 47675195) in status Waiting [13:44] Ah, and because it had no architectures, it didn't create any builds [13:44] So you'll need to fix that and try again [13:44] * pappacena doing it [13:44] * pappacena done! [13:45] https://dogfood.paddev.net/~pappacena/ubuntu/+oci/pappacena-oci-project-1/+recipe/test-recipe/+build/20 [13:45] Yep [13:45] Let me know when I need to run the push job [13:45] Ok! I'll ping you as soon as the build finishes [13:53] cjwatson, build finished [14:00] https://pastebin.canonical.com/p/yxkc4dBpMN/ hmm [14:00] MissingSchema: Invalid URL 'registry.hub.docker.com/v2/': No schema supplied. Perhaps you meant http://registry.hub.docker.com/v2/? [14:01] pappacena: https://pastebin.canonical.com/p/xB8jR8TgMm/ is the traceback [14:01] Yes, it was the frist push rule that I've created. But I have created a second one fixing it [14:01] It doesn't try the second push rule if the first one fails? [14:02] not atm [14:02] I think [14:02] uhm... I don't have a way to fix nor delete the first rule :-( [14:02] (using the API) [14:03] Could you delete it for me on iharness, cjwatson? [14:03] Oh right [14:03] https://api.dogfood.paddev.net/devel/~pappacena/ubuntu/+oci/pappacena-oci-project-1/+recipe/test-recipe/+push-rule/3 [14:03] sec [14:03] thanks! [14:03] We should also have some URL validation in there I suspect [14:03] There's a gadget somewhere for validating schemes [14:04] I SQLed it out, anyway [14:04] I agree. I'll create a MP today to validate that. [14:05] Just fixing the job [14:05] Should I ask a build again? Or just re-run the upload script will do? [14:06] I'm doing it [14:06] Thanks! [14:06] I just set the job status back to Waiting [14:11] https://pastebin.canonical.com/p/zSPRpW35ZM/ hmm, hanging there [14:12] timed out eventually [14:13] This will probably need use_proxy=True to urlfetch, plus possibly some IS proxy configuration [14:14] uhm... it's possible. We are not using HTTPS for ROCKS? [14:14] Generally speaking these systems don't have direct access to external sites, only via squid [14:14] ROCKs is internal to our network [14:14] (We are using HTTPS; but that's not the relevant distinction, anyway) [14:15] Right. Makes sense [14:15] I'll open a MP to fix that... [14:15] The proxy configs are in lp:canonical-is-internal-proxy-configs [14:15] Thanks [14:15] launchpad_script_servers, launchpad_stg_script_servers, launchpad_dogfood_servers will need access to dockerhub [14:16] And in fact also to whatever the ROCKs endpoints are [14:17] (While that works at the moment, it'd probably otherwise stop working once we switch to using the proxy) [14:17] So probably best to get the proxy config changes landed first [14:17] :+1 [14:41] cjwatson, does that make sense? https://code.launchpad.net/~pappacena/canonical-is-internal-proxy-configs/lp-docker-images-pushing/+merge/384549 [15:05] pappacena: Is that the API endpoint for ROCKs? And I think we'll need upload.image-registry.staging.canonical.com too, for staging [15:11] both urls I have for ROCKS have 'staging' in them [15:11] I'm not actually sure what the endpoint for production would be [15:13] I'll add a rule for upload.image-registry.staging.canonical.com. The current acl is for rocks.canonical.com. Maybe that's the production one? [15:20] Could be [15:22] Ok, updated the MP. I'll open that for review. Should I ping someone from IS to review/deploy it? What is the process here? [15:23] Ask the help contact in the #is topic as a first step [15:23] Great! Thansk! [15:23] They might redirect you to RT depending on how swamped they are [15:40] On another topic: does anyone has any idea on how can I simulate a 500 error or similar, to see the OOPS page? In my machine it was quite easy to force a `raise Exception` somewhere, but it's not that easy on dogfood... :) [15:49] A git ref page should do I think due to the fairly broken way those are set up on dogfood [15:49] https://code.dogfood.paddev.net/~cjwatson/turnip/+git/turnip/+ref/master [15:50] Cool! Thanks! [16:19] cjwatson or tomwardill , I'll have lunch now, but if you find some minutes to review it: https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/384557 [16:19] It's the MP to use proxy when uploading images to ROCKS and DockerHub. [16:26] r=me [16:50] pappacena: I misclicked and marked your OOPS links commit green on deployable, but I wasn't sure what its previous state was. Feel free to change that if my change was wrong [16:51] pappacena: For your sync-signingkeys change, I'm just going to run it again on dogfood and mark that green if it doesn't crash, since the new test should deal with the specific case at hand. Sound OK? [16:54] But I think I'm done for the day; will pick it up tomorrow [17:00] Ok for both messages, cjwatson.