!bXIgKPtRdSXHBnVBaz:osgeo.org

Gitea General

876 Members
Gitea - Git with a cup of tea | https://gitea.io/ | A painless self-hosted Git service46 Servers

Load older messages


SenderMessageTime
28 Feb 2024
@masuberu:matrix.orgMasberthen I came here to ask15:12:16
@masuberu:matrix.orgMasberbecause I google a bit and could not find anything relevant15:12:27
@jolheiser:matrix.orgjolheiserInteresting, that doesn't look like an error from Gitea I've ever seen15:34:12
@jolheiser:matrix.orgjolheiserAlso not entirely sure how gitlab pipeline interops with gitea15:34:39
@masuberu:matrix.orgMasber

this is what the pipeline is doing

    - git config --local http.sslverify false
    - git remote add vcs https://${VCS_USER}:${VCS_PASS}@${VCS_GIT}/${CI_PROJECT_NAME}
    - git fetch origin
    - git fetch vcs
    - git submodule update --remote
    - git push vcs HEAD:refs/heads/${CI_COMMIT_BRANCH}
    - git push vcs HEAD:${CI_COMMIT_REF_NAME}
    - git push --tags
22:08:43
29 Feb 2024
@jolheiser:matrix.orgjolheiserIs there more to the error? I don't see that specific error in the codebase, although searching for it does bring up a lot of gitlab articles16:57:11
1 Mar 2024
@urthx:matrix.orgurthx joined the room.10:40:33
@urthx:matrix.orgurthx It is trying to push to the origin remote which seems to be protected. The other commands push to vcs. 13:27:51
@urthx:matrix.orgurthx Masber 13:28:29
2 Mar 2024
@rei:rubyowo.meruby changed their profile picture.08:31:57
@mord0d:matrix.orgmordød changed their display name from mordød to mordød (the old one).08:49:19
@jochen:matrix.bocc.dejochen joined the room.13:20:07
4 Mar 2024
@urthx:matrix.orgurthx

I'm trying to get a postgres service working with act runner 0.2.6. But the service container does not become available for the job container and there is no logging to indicate any problems. The service definition is the following ``` services:
postgres:
image: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

Does anyone have suggestions to investigate this?
11:15:49
@urthx:matrix.orgurthx *

I'm trying to get a postgres service working with act runner 0.2.6. But the service container does not become available for the job container and there is no logging to indicate any problems. The service definition is the following:

postgres:
image: postgres
options: >-
--health-cmd pg\_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5

Does anyone have suggestions to investigate this?

11:16:09
@urthx:matrix.orgurthx *

I'm trying to get a postgres service working with act runner 0.2.6. But the service container does not become available for the job container and there is no logging to indicate any problems. The service definition is the following:

  postgres:
    image: postgres
    options: >-
      --health-cmd pg\_isready
      --health-interval 10s
      --health-timeout 5s
      --health-retries 5

Does anyone have suggestions to investigate this?

11:16:28
@urthx:matrix.orgurthx *

I'm trying to get a postgres service working with act runner 0.2.6. But the service container does not become available for the job container and there is no logging to indicate any problems. The service definition is the following:

  postgres:
    image: postgres
    options: >-
      --health-cmd pg\_isready
      --health-interval 10s
      --health-timeout 5s
      --health-retries 5

The job cannot resolve the postgres hostname and the container does not stay alive while the job is running. Does anyone have suggestions to investigate this?

11:35:30
@kylethedeveloper:matrix.orgkylethedeveloper joined the room.17:12:51
6 Mar 2024
@marolar:matrix.st0rm.cloud@marolar:matrix.st0rm.cloud changed their profile picture.14:09:05
7 Mar 2024
@tinfoil_hardhat:mashedlevers.xyztinfoil_hardhat joined the room.15:04:17
8 Mar 2024
@vigoux:matrix.orgvigoux joined the room.17:27:52
@vigoux:matrix.orgvigouxHey there ! I am having a strange problem: I am using gitea into a docker compose setup, and the push/pull operation using ssh is dramatically slow, is there a way for me to debug that ?17:29:39
@vigoux:matrix.orgvigouxI've enabled the logging of almost everything, but not operation seems to stand out as slow (everything takes under 1s), but I am waiting 20s+ for any push/pull17:34:14
@clarkb:matrix.orgClarkIs it slow when doing operations against localhost? If not it could be a network problem/limitation. Otherwise I think you can run with built in ssh or separate ssh not sure which you are using. Might try the other to see if it changes things. Finally I think the matrix discord bridging may not be working reliably anymore17:34:48
@vigoux:matrix.orgvigouxHmm, so it is indeed faster when doing it from localhost, which is weird17:38:31
@vigoux:matrix.orgvigouxBecause the network works fine otherwise, it seems really limited to ssh-ing17:38:55
@clarkb:matrix.orgClarkYou can try a simple ssh connection using -vvv to see if anything stands out as slow17:40:47
@vigoux:matrix.orgvigouxWell it seems to hang after sending the data17:44:02
@vigoux:matrix.orgvigouxIt says it writes the data, then waits for a response from the remote for a very long time*17:49:19
@vigoux:matrix.orgvigoux * It says it writes the data, then waits for a response from the remote for a very long time\ 17:49:20
@vigoux:matrix.orgvigoux * It says it writes the data, then waits for a response from the remote for a very long time17:49:22

Show newer messages


Back to Room ListRoom Version: 9