diff --git a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml index cc67881e5c3..ad56cce1d19 100644 --- a/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml +++ b/prow/cluster/jobs/istio/test-infra/istio.test-infra.trusted.master.yaml @@ -76,31 +76,22 @@ periodics: testgrid-create-test-group: "false" spec: containers: - - image: gcr.io/k8s-prow/autobump:v20210305-64a6d4d83a + - image: gcr.io/k8s-prow/generic-autobumper:v20210310-a49501d5de command: - - /autobump.sh + - /app/prow/cmd/generic-autobumper/app.binary args: - - /etc/github-token/oauth - - "Istio Automation" - - istio.testing@gmail.com + - --config=prow/istio-autobump-config.yaml volumeMounts: - name: github mountPath: /etc/github-token readOnly: true - env: - - name: GH_ORG - value: istio - - name: GH_REPO - value: test-infra - - name: PROW_CONTROLLER_MANAGER_FILE - value: prow/cluster/prow-controller-manager.yaml - - name: COMPONENT_FILE_DIR - value: prow/cluster,prow/cluster/jobs/istio/test-infra,. - - name: CONFIG_PATH - value: prow/config.yaml - - name: JOB_CONFIG_PATH - value: prow/config/jobs/test-infra.yaml + - name: ssh + mountPath: /root/.ssh volumes: - name: github secret: secretName: oauth-token + - name: ssh + secret: + secretName: istio-testing-robot-ssh-key + defaultMode: 0400 diff --git a/prow/istio-autobump-config.yaml b/prow/istio-autobump-config.yaml new file mode 100644 index 00000000000..fb3cd604ffb --- /dev/null +++ b/prow/istio-autobump-config.yaml @@ -0,0 +1,23 @@ +--- +gitHubLogin: "istio-testing" +gitHubToken: "/etc/github-token/oauth" +onCallAddress: "https://storage.googleapis.com/kubernetes-jenkins/oncall.json" +skipPullRequest: false +gitHubOrg: "istio" +gitHubRepo: "test-infra" +remoteName: "test-infra" +headBranchName: "autobump-prow" +upstreamURLBase: "https://raw.githubusercontent.com/kubernetes/test-infra/master" +includedConfigPaths: + - prow/cluster +targetVersion: "upstream" +extraFiles: + - ".prow.yaml" + - "prow/config.yaml" +prefixes: + - name: "Prow" + prefix: "gcr.io/k8s-prow/" + repo: "https://github.com/kubernetes/test-infra" + refConfigFile: "config/prow/cluster/deck_deployment.yaml" + summarise: false + consistentImages: true