diff --git a/.prow.yaml b/.prow.yaml index 4f77629..ac645c4 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -1,7 +1,7 @@ presubmits: - name: pull-infra-images-1.23-build decorate: true - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" run_if_changed: '^images/build/go-1.23' labels: preset-goproxy: "true" @@ -24,7 +24,7 @@ presubmits: - name: pull-infra-images-1.24-build decorate: true - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" run_if_changed: '^images/build/go-1.24' labels: preset-goproxy: "true" @@ -44,3 +44,4 @@ presubmits: requests: memory: 1Gi cpu: 1 + \ No newline at end of file diff --git a/prow/jobs/kubestellar/infra/infra-postsubmits.yaml b/prow/jobs/kubestellar/infra/infra-postsubmits.yaml index bfc9207..b0a351a 100644 --- a/prow/jobs/kubestellar/infra/infra-postsubmits.yaml +++ b/prow/jobs/kubestellar/infra/infra-postsubmits.yaml @@ -5,7 +5,7 @@ postsubmits: run_if_changed: "clusters/prow/" decorate: true cluster: prow - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" labels: preset-prow-kubeconfig: "true" branches: @@ -26,7 +26,7 @@ postsubmits: run_if_changed: "clusters/build/" decorate: true cluster: prow - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" labels: preset-prow-kubeconfig: "true" branches: @@ -44,7 +44,7 @@ postsubmits: - name: post-infra-publish-images-1.23-build decorate: true - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" cluster: prow # GHCR credentials are only available here labels: preset-ghcr-credentials: "true" @@ -67,7 +67,7 @@ postsubmits: - name: post-infra-publish-images-1.24-build decorate: true - clone_uri: "ssh://git@github.com/kubestellar/infra.git" + clone_uri: "https://github.com/kubestellar/infra.git" cluster: prow # GHCR credentials are only available here labels: preset-ghcr-credentials: "true" @@ -87,3 +87,4 @@ postsubmits: requests: cpu: 2 memory: 3Gi + \ No newline at end of file