Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peribolos does not create initial PR, or takes a very long time. #315

Closed
almereyda opened this issue Sep 26, 2023 · 1 comment
Closed

Peribolos does not create initial PR, or takes a very long time. #315

almereyda opened this issue Sep 26, 2023 · 1 comment
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@almereyda
Copy link

almereyda commented Sep 26, 2023

Describe the bug

After installing Peribolos to @allmende, the .github repository is created, but no initial PR towards it is filed:

To Reproduce

  1. Install Peribolos from https://github.com/apps/peribolos/installations/select_target to an organisation or your account.
  2. See it create the .github repository
  3. No PR with initial configuration will be filed.

Expected behavior

Peribolos initiates a PR against the repository it just created, such as in:

Additional context

Logs from https://argocd.operate-first.cloud/applications/peribolos?resource=&node=%2FPod%2Fop1st-peribolos%2Fperibolos-controller-7ccf9bfc-pbdhp%2F0&tab=logs show how the repository is created, and then silence.

Details

{"level":30,"time":1695749427503,"pid":21,"hostname":"peribolos-controller-7ccf9bfc-pbdhp","name":"probot","name":"probot","msg":"Creating '.github' repository."}
{"level":20,"time":1695749428785,"pid":21,"hostname":"peribolos-controller-7ccf9bfc-pbdhp","name":"probot","name":"probot","name":"octokit","msg":"GitHub request: POST https://api.github.com/app/installations/42246802/access_tokens - 201"}
{"level":30,"time":1695749428827,"pid":21,"hostname":"peribolos-controller-7ccf9bfc-pbdhp","name":"probot","name":"server","name":"http","req":{"id":"60c41d70-5c92-11ee-8d78-6e64a7e54dfc","method":"POST","url":"/","query":{},"params":{},"headers":{"user-agent":"GitHub-Hookshot/03108ac","content-length":"26845","accept":"*/*","x-github-delivery":"60c41d70-5c92-11ee-8d78-6e64a7e54dfc","x-github-event":"installation","x-github-hook-id":"391668396","x-github-hook-installation-target-id":"181154","x-github-hook-installation-target-type":"integration","x-hub-signature":"sha1=f07199c41e29b29ea939b5bb2e4e27f8f5991f4b","x-hub-signature-256":"sha256=2645fae91344f8ec21cdcc0c688d7d53cc7835125ba7e825ef95b4499a3c2f9c","content-type":"application/json","host":"peribolos.b4mad.emea.operate-first.cloud","x-forwarded-host":"peribolos.b4mad.emea.operate-first.cloud","x-forwarded-port":"443","x-forwarded-proto":"https","forwarded":"for=140.82.115.25;host=peribolos.b4mad.emea.operate-first.cloud;proto=https","x-forwarded-for":"140.82.115.25"},"remoteAddress":"::ffff:10.128.0.2","remotePort":43878},"res":{"statusCode":200,"headers":{"x-powered-by":"Express"}},"responseTime":1507,"msg":"POST / 200 - 1507ms"}
{"level":20,"time":1695749429373,"pid":21,"hostname":"peribolos-controller-7ccf9bfc-pbdhp","name":"probot","name":"probot","name":"octokit","name":".github","msg":"GitHub request: POST https://api.github.com/orgs/allmende/repos - 201"}
{"level":30,"time":1695749430764,"pid":21,"hostname":"peribolos-controller-7ccf9bfc-pbdhp","name":"probot","name":"server","name":"http","req":{"id":"6381b6d0-5c92-11ee-807a-6815fcd076ec","method":"POST","url":"/","query":{},"params":{},"headers":{"user-agent":"GitHub-Hookshot/03108ac","content-length":"3001","accept":"*/*","x-github-delivery":"6381b6d0-5c92-11ee-807a-6815fcd076ec","x-github-event":"installation_repositories","x-github-hook-id":"391668396","x-github-hook-installation-target-id":"181154","x-github-hook-installation-target-type":"integration","x-hub-signature":"sha1=9179e6c8397afa54116c2b1e86ffcda5833b9602","x-hub-signature-256":"sha256=7f815e08080d5742ff01df0d3eb87b841b965b5b99adb1639c5937823410a29e","content-type":"application/json","host":"peribolos.b4mad.emea.operate-first.cloud","x-forwarded-host":"peribolos.b4mad.emea.operate-first.cloud","x-forwarded-port":"443","x-forwarded-proto":"https","forwarded":"for=140.82.115.46;host=peribolos.b4mad.emea.operate-first.cloud;proto=https","x-forwarded-for":"140.82.115.46"},"remoteAddress":"::ffff:10.128.0.2","remotePort":43894},"res":{"statusCode":200,"headers":{"x-powered-by":"Express"}},"responseTime":3,"msg":"POST / 200 - 3ms"}

There are further POST events by GitHub-Hookshot after those, ignoring GET queries to /metrics and /healthz, for push, check_suite and check_run events, but still no PR appears.

@almereyda almereyda added the kind/bug Categorizes issue or PR as related to a bug. label Sep 26, 2023
@almereyda
Copy link
Author

This resolved with patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant