crumb
crumb
> you tried with retries? Yes, currently making two attempts. It seems that the MetaMask popup is stuck behind the browser and Cypress or Puppeteer won't switch over to it...
@pcardosolei can you share your GitHub Actions workflow? I'd like to see what else you're installing and how you're calling Cypress, installing the plugins, etc.
Thanks for sharing. What is the purpose of `CYPRESS_REMOTE_DEBUGGING_PORT`? Do you ever get access to the remote Actions runner? Are you using Synpress at all in this build?
I had to use the prefix key to get it working... ```yaml - name: ECR api_url: https://xxx.dkr.ecr.us-west-2.amazonaws.com prefix: xxx.dkr.ecr.us-west-2.amazonaws.com # i had to add this ping: yes default: true insecure:...
@alexec any update here? Seems like it should be easy to put dex or something similar in front of this?
> Hi @rarecrumb! > > I already looked into it in the past, unfortunately, considering that you are using multiple runners (that each has its own docker daemon) running on...
What happens when you try `lazyConnect: false`?
> You can use a plugin: https://pilot.traefik.io/plugins/280116342026142217/query-paramter-modification I dont think this plugin works... I'm just trying add query parameters in every request to a defined service. Is there any way?
> Thinking about another solution for this vs adding a new field the code could be modified such that if `annotationPrefix` is an empty string we let the `additionalIngressAnnotations` as...
> I've done a reasonable amount of work with external highly cached buildkitd deployments, and for image builds that's working great. Can you share more about this process and what...