Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

releng: add presbumit prow job to test debian-base image #21337

Merged
merged 2 commits into from
Mar 12, 2021
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
3 changes: 3 additions & 0 deletions config/jobs/image-pushing/releng/k8s-staging-build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ postsubmits:
- --project=k8s-staging-build-image
- --scratch-bucket=gs://k8s-staging-build-image-gcb
- --build-dir=.
- --env-passthrough=REGISTRY
- images/build/debian-base
env:
- name: LOG_TO_STDOUT
value: "y"
- name: REGISTRY
value: "gcr.io/k8s-staging-build-image"
rerun_auth_config:
github_team_ids:
- 2241179 # release-managers
Expand Down
36 changes: 36 additions & 0 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,42 @@ presubmits:
testgrid-num-failures-to-alert: '10'
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
- name: pull-release-image-debian-base
optional: true
cluster: k8s-infra-prow-build
decorate: true
run_if_changed: '^images\/build\/debian-base\/'
path_alias: k8s.io/release
spec:
serviceAccountName: gcb-builder-releng-test
containers:
- image: gcr.io/k8s-testimages/image-builder:v20210302-aa40187
command:
- /run.sh
args:
- --project=k8s-staging-releng-test
- --scratch-bucket=gs://k8s-staging-releng-test
- --build-dir=.
- --env-passthrough=REGISTRY
- images/build/debian-base
env:
- name: LOG_TO_STDOUT
value: "y"
- name: REGISTRY
value: "gcr.io/k8s-staging-releng-test"
resources:
requests:
cpu: 1000m
memory: 1Gi
limits:
cpu: 1000m
memory: 1Gi
annotations:
testgrid-dashboards: sig-release-releng-presubmits
testgrid-tab-name: release-image-debian-base
testgrid-num-failures-to-alert: '10'
testgrid-alert-email: [email protected]
testgrid-num-columns-recent: '30'
periodics:
# package tests
- name: periodic-release-verify-packages-debs
Expand Down