Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand All @@ -44,3 +44,4 @@ presubmits:
requests:
memory: 1Gi
cpu: 1

9 changes: 5 additions & 4 deletions prow/jobs/kubestellar/infra/infra-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -87,3 +87,4 @@ postsubmits:
requests:
cpu: 2
memory: 3Gi