Created
October 26, 2019 15:54
-
-
Save afrittoli/ca4c574ee3f35f3d34e1817e9b97e5ab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[92m[92;1m[git-source-git-source-rbszd-jgw5q] [0m{"level":"warn","ts":1572105243.044545,"logger":"fallback-logger","caller":"logging/config.go:69","msg":"Fetch GitHub commit ID from kodata failed: \"ref: refs/heads/master\" is not a valid GitHub commit ID"} | |
[92m[92;1m[git-source-git-source-rbszd-jgw5q] [0m{"level":"info","ts":1572105243.7168236,"logger":"fallback-logger","caller":"git/git.go:103","msg":"Successfully cloned https://github.com/tektoncd/plumbing @ master in path /workspace/source"} | |
[93m[93;1m[kubeconfig-wp8c2] [0m{"level":"warn","ts":1572105244.2574344,"logger":"fallback-logger","caller":"logging/config.go:69","msg":"Fetch GitHub commit ID from kodata failed: open /var/run/ko/HEAD: no such file or directory"} | |
[93m[93;1m[kubeconfig-wp8c2] [0m{"level":"info","ts":1572105244.2613432,"logger":"fallback-logger","caller":"kubeconfigwriter/main.go:101","msg":"kubeconfig file successfully written to /workspace/prow/kubeconfig"} | |
[94m[94;1m[deploy] [0mdiff [current-config] [new config] | |
[94m[94;1m[deploy] [0m--- /workspace/config.yaml | |
[94m[94;1m[deploy] [0m+++ /workspace/source/prow/config.yaml | |
[94m[94;1m[deploy] [0m@@ -925,6 +925,36 @@ | |
[94m[94;1m[deploy] [0m - name: test-account | |
[94m[94;1m[deploy] [0m secret: | |
[94m[94;1m[deploy] [0m secretName: test-account | |
[94m[94;1m[deploy] [0m+ - name: pull-tekton-triggers-go-coverage | |
[94m[94;1m[deploy] [0m+ agent: kubernetes | |
[94m[94;1m[deploy] [0m+ always_run: true | |
[94m[94;1m[deploy] [0m+ rerun_command: "/test pull-tekton-triggers-go-coverage" | |
[94m[94;1m[deploy] [0m+ trigger: "(?m)^/test (all|pull-tekton-triggers-go-coverage),?(\\s+|$)" | |
[94m[94;1m[deploy] [0m+ optional: true | |
[94m[94;1m[deploy] [0m+ decorate: true | |
[94m[94;1m[deploy] [0m+ clone_uri: "https://github.com/tektoncd/triggers.git" | |
[94m[94;1m[deploy] [0m+ spec: | |
[94m[94;1m[deploy] [0m+ containers: | |
[94m[94;1m[deploy] [0m+ - image: gcr.io/knative-tests/test-infra/coverage:v20190612-ae60484 | |
[94m[94;1m[deploy] [0m+ imagePullPolicy: Always | |
[94m[94;1m[deploy] [0m+ command: | |
[94m[94;1m[deploy] [0m+ - "/coverage" | |
[94m[94;1m[deploy] [0m+ args: | |
[94m[94;1m[deploy] [0m+ - "--postsubmit-gcs-bucket=tekton-prow" | |
[94m[94;1m[deploy] [0m+ - "--postsubmit-job-name=post-tekton-triggers-go-coverage" | |
[94m[94;1m[deploy] [0m+ - "--artifacts=$(ARTIFACTS)" | |
[94m[94;1m[deploy] [0m+ - "--profile-name=coverage_profile.txt" | |
[94m[94;1m[deploy] [0m+ - "--cov-target=." | |
[94m[94;1m[deploy] [0m+ - "--cov-threshold-percentage=80" | |
[94m[94;1m[deploy] [0m+ - "--github-token=/etc/github-token/oauth" | |
[94m[94;1m[deploy] [0m+ volumeMounts: | |
[94m[94;1m[deploy] [0m+ - name: github-token | |
[94m[94;1m[deploy] [0m+ mountPath: /etc/github-token | |
[94m[94;1m[deploy] [0m+ readOnly: true | |
[94m[94;1m[deploy] [0m+ volumes: | |
[94m[94;1m[deploy] [0m+ - name: github-token | |
[94m[94;1m[deploy] [0m+ secret: | |
[94m[94;1m[deploy] [0m+ secretName: oauth-token | |
[94m[94;1m[deploy] [0m | |
[94m[94;1m[deploy] [0m postsubmits: | |
[94m[94;1m[deploy] [0m tektoncd/cli: | |
[94m[94;1m[deploy] [0m@@ -1056,6 +1086,21 @@ | |
[94m[94;1m[deploy] [0m secret: | |
[94m[94;1m[deploy] [0m secretName: nightly-account | |
[94m[94;1m[deploy] [0m - name: post-tekton-pipeline-go-coverage | |
[94m[94;1m[deploy] [0m+ branches: | |
[94m[94;1m[deploy] [0m+ - master | |
[94m[94;1m[deploy] [0m+ agent: kubernetes | |
[94m[94;1m[deploy] [0m+ decorate: true | |
[94m[94;1m[deploy] [0m+ spec: | |
[94m[94;1m[deploy] [0m+ containers: | |
[94m[94;1m[deploy] [0m+ - image: gcr.io/knative-tests/test-infra/coverage:latest # we may want ours here | |
[94m[94;1m[deploy] [0m+ imagePullPolicy: Always | |
[94m[94;1m[deploy] [0m+ command: | |
[94m[94;1m[deploy] [0m+ - "/coverage" | |
[94m[94;1m[deploy] [0m+ args: | |
[94m[94;1m[deploy] [0m+ - "--artifacts=$(ARTIFACTS)" | |
[94m[94;1m[deploy] [0m+ - "--cov-threshold-percentage=0" | |
[94m[94;1m[deploy] [0m+ tektoncd/triggers: | |
[94m[94;1m[deploy] [0m+ - name: post-tekton-triggers-go-coverage | |
[94m[94;1m[deploy] [0m branches: | |
[94m[94;1m[deploy] [0m - master | |
[94m[94;1m[deploy] [0m agent: kubernetes | |
[94m[94;1m[deploy] [0mconfigmap/config replaced | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment