0

我正在尝试在我的 gitlab 运行器中设置分布式缓存。我已经更改了文档https://docs.gitlab.com/runner/configuration/autoscale.html#distributed-runners-caching中指定的 config.toml 。

但是一直显示 No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally.

任何人都知道可能是什么问题或我如何调试它。

4

1 回答 1

0

看到错误消息,我认为 runner 没有识别 s3 缓存选项。但是当你给出错误的配置时,似乎会抛出同样的错误。就我而言,我在不需要的 ServerAddress 中给出了 https://。

于 2021-12-17T11:14:32.903 回答