Skip to content
Closed
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
155 changes: 155 additions & 0 deletions prow/config/jobs/api-1.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
branches:
- release-1.10
image: gcr.io/istio-testing/build-tools:release-1.10-2021-04-02T23-15-48
jobs:
- command:
- make
- presubmit
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: build
node_selector:
testing: test-pool
requirements:
- cache
- command:
- make
- gen-check
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: gencheck
node_selector:
testing: test-pool
requirements:
- cache
- command:
- ../test-infra/tools/automator/automator.sh
- --org=istio
- --repo=istio,client-go
- '--title=Automator: update istio/api@$AUTOMATOR_SRC_BRANCH dependency in $AUTOMATOR_ORG/$AUTOMATOR_REPO@$AUTOMATOR_BRANCH'
- --labels=auto-merge,release-notes-none
- --modifier=update_api_dep
- --token-path=/etc/github-token/oauth
- --cmd=go get istio.io/api@$AUTOMATOR_SHA && go mod tidy && make clean gen
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: update_api_dep
node_selector:
testing: test-pool
repos:
- istio/test-infra@master
requirements:
- cache
- github
types:
- postsubmit
- command:
- ../test-infra/tools/check_release_notes.sh
- --token-path=/etc/github-token/oauth
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
modifiers:
- optional
name: release-notes
node_selector:
testing: test-pool
repos:
- istio/test-infra@master
- istio/tools@master
requirements:
- cache
- github
types:
- presubmit
org: istio
repo: api
requirement_presets:
cache:
env: null
labels: null
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
volumes:
- hostPath:
path: /tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
deploy:
env: null
labels:
preset-prow-deployer-service-account: "true"
volumeMounts: null
volumes: null
docker:
env: null
labels: null
volumeMounts:
- mountPath: /var/lib/docker
name: docker-root
volumes:
- emptyDir: {}
name: docker-root
gcp:
env: null
labels:
preset-service-account: "true"
volumeMounts: null
volumes: null
github:
env: null
labels: null
volumeMounts:
- mountPath: /etc/github-token
name: github
readOnly: true
volumes:
- name: github
secret:
secretName: oauth-token
gocache:
env: null
labels: null
volumeMounts:
- mountPath: /gocache
name: build-cache
subPath: gocache
volumes:
- hostPath:
path: /tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
kind:
env: null
labels: null
volumeMounts:
- mountPath: /lib/modules
name: modules
readOnly: true
- mountPath: /sys/fs/cgroup
name: cgroup
readOnly: true
- mountPath: /var/lib/docker
name: docker-root
volumes:
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- emptyDir: {}
name: docker-root
release:
env: null
labels:
preset-release-pipeline: "true"
volumeMounts: null
volumes: null
resources:
default:
limits:
cpu: "3"
memory: 24Gi
requests:
cpu: "1"
memory: 3Gi
127 changes: 127 additions & 0 deletions prow/config/jobs/client-go-1.10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,127 @@
branches:
- release-1.10
image: gcr.io/istio-testing/build-tools:release-1.10-2021-04-02T23-15-48
jobs:
- command:
- make
- build
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: build
node_selector:
testing: test-pool
requirements:
- cache
- command:
- make
- lint
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: lint
node_selector:
testing: test-pool
requirements:
- cache
- command:
- make
- gen-check
image: gcr.io/istio-testing/build-tools:master-2021-04-02T23-15-48
name: gencheck
node_selector:
testing: test-pool
requirements:
- cache
org: istio
repo: client-go
requirement_presets:
cache:
env: null
labels: null
volumeMounts:
- mountPath: /home/prow/go/pkg
name: build-cache
subPath: gomod
volumes:
- hostPath:
path: /tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
deploy:
env: null
labels:
preset-prow-deployer-service-account: "true"
volumeMounts: null
volumes: null
docker:
env: null
labels: null
volumeMounts:
- mountPath: /var/lib/docker
name: docker-root
volumes:
- emptyDir: {}
name: docker-root
gcp:
env: null
labels:
preset-service-account: "true"
volumeMounts: null
volumes: null
github:
env: null
labels: null
volumeMounts:
- mountPath: /etc/github-token
name: github
readOnly: true
volumes:
- name: github
secret:
secretName: oauth-token
gocache:
env: null
labels: null
volumeMounts:
- mountPath: /gocache
name: build-cache
subPath: gocache
volumes:
- hostPath:
path: /tmp/prow/cache
type: DirectoryOrCreate
name: build-cache
kind:
env: null
labels: null
volumeMounts:
- mountPath: /lib/modules
name: modules
readOnly: true
- mountPath: /sys/fs/cgroup
name: cgroup
readOnly: true
- mountPath: /var/lib/docker
name: docker-root
volumes:
- hostPath:
path: /lib/modules
type: Directory
name: modules
- hostPath:
path: /sys/fs/cgroup
type: Directory
name: cgroup
- emptyDir: {}
name: docker-root
release:
env: null
labels:
preset-release-pipeline: "true"
volumeMounts: null
volumes: null
resources:
default:
limits:
cpu: "3"
memory: 24Gi
requests:
cpu: "1"
memory: 3Gi
Loading