Skip to content

Commit

Permalink
Merge pull request #23579 from spiffxp/trigger-image-builds-again
Browse files Browse the repository at this point in the history
images: README update to trigger image builds
  • Loading branch information
k8s-ci-robot authored Sep 13, 2021
2 parents 23ccf61 + ae487b7 commit fc7c4e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/bigquery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# bigquery
# bigquery image

The `gcr.io/k8s-staging-test-infra/bigquery` image is used to run [`/metrics/bigquery.py`] and [`/kettle/monitor.py`]

Expand Down
2 changes: 1 addition & 1 deletion images/bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Critical bugfies or security updates may be accepted, but approached with heavy

New dependencies or features will very likely not be accepted.

# bootstrap
# bootstrap image

This image is used as the base layer for the kubekins-e2e image, with a focus
on the deprecated bootstrap.py tooling that was used during Kubernetes' early
Expand Down
11 changes: 8 additions & 3 deletions images/builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ bazel run //images/builder -- [options] path/to/build-directory/

### A note about logging in Prow

Prow job logs can be viewed at a URI constructed as follows: `https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/<job-name>/<job-number>` e.g., https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-prototype-build/1187171788975509509
Prow job logs can be viewed at a URI constructed as follows:
`https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/<job-name>/<job-number>` e.g.,
https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/ci-kubernetes-prototype-build/1187171788975509509

When `--log-dir` is specified (which is the default case when running in Prow), the GCB build logs will be written to a set of log files, based on the variant(s).
When `--log-dir` is specified (which is the default case when running in Prow),
the GCB build logs will be written to a set of log files, based on the variant(s).

For example:
- No variant --> `build.log` (https://storage.googleapis.com/kubernetes-jenkins/logs/post-release-push-image-k8s-cloud-builder/1186437931728900096/artifacts/build.log)
- Variant: `build-ci` --> `build-ci.log` (https://storage.googleapis.com/kubernetes-jenkins/logs/ci-kubernetes-prototype-build/1187156434249322500/artifacts/build-ci.log)

For single-variant jobs where the preference is to log directly to stdout (so that the log is instead visible in `https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/<job-name>/<job-number>`), `LOG_TO_STDOUT="y"` can be specified.
For single-variant jobs where the preference is to log directly to stdout (so
that the log is instead visible in `https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/<job-name>/<job-number>`),
`LOG_TO_STDOUT="y"` can be specified.
2 changes: 1 addition & 1 deletion images/gcloud/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gcloud-in-go
# gcloud-in-go image

Use this image when you want to use `go` and `gcloud` in the same job

Expand Down
2 changes: 1 addition & 1 deletion images/krte/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# krte
# krte image

krte - [KIND](https://sigs.k8s.io/kind) RunTime Environment

Expand Down

0 comments on commit fc7c4e8

Please sign in to comment.