openshift / ci-operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extra_refs ignored

smarterclayton opened this issue · comments

Tried setting extra_refs in https://openshift-gce-devel.appspot.com/build/origin-ci-test/logs/periodic-ci-origin-conformance-k8s/213/ but looks like src-build doesn't get it correctly.

Pulling image docker-registry.default.svc:5000/ci-op-j67bslsb/pipeline@sha256:d48888301ea51af95c3cc13f9956b54ad08f1d7b1726bcac575223937149057d ...
--> FROM docker-registry.default.svc:5000/ci-op-j67bslsb/pipeline@sha256:d48888301ea51af95c3cc13f9956b54ad08f1d7b1726bcac575223937149057d as 0
--> ENV "CLONEREFS_OPTIONS"="{\"git_user_email\":\"ci-robot@openshift.io\",\"git_user_name\":\"ci-robot\",\"log\":\"/dev/null\",\"refs\":[{\"path_alias\":\"github.com/openshift/origin\"}],\"src_root\":\"/go\"}"
--> ADD ./app.binary /clonerefs
--> RUN umask 0002 && /clonerefs && chmod g+xw -R /go/src
{"component":"clonerefs","level":"info","msg":"Cloning refs","refs":{"org":"","repo":"","path_alias":"github.com/openshift/origin"},"time":"2019-02-08T21:02:15Z"}
{"command":"mkdir -p /go/src/github.com/openshift/origin","component":"clonerefs","error":null,"level":"info","msg":"Ran command","output":"","time":"2019-02-08T21:02:15Z"}
{"command":"git init","component":"clonerefs","error":null,"level":"info","msg":"Ran command","output":"Reinitialized existing Git repository in /go/src/github.com/openshift/origin/.git/\n","time":"2019-02-08T21:02:15Z"}
{"command":"git config user.name ci-robot","component":"clonerefs","error":null,"level":"info","msg":"Ran command","output":"","time":"2019-02-08T21:02:15Z"}
{"command":"git config user.email ci-robot@openshift.io","component":"clonerefs","error":null,"level":"info","msg":"Ran command","output":"","time":"2019-02-08T21:02:15Z"}
{"command":"git fetch https://github.com//.git --tags --prune","component":"clonerefs","error":"exit status 128","level":"info","msg":"Ran command","output":"fatal: could not read Username for 'https://github.com': No such device or address\n","time":"2019-02-08T21:02:16Z"}
{"component":"clonerefs","level":"info","msg":"Finished cloning refs","time":"2019-02-08T21:02:16Z"}
--> WORKDIR /go/src/github.com/openshift/origin/
--> ENV GOPATH=/go
--> RUN git submodule update --init
--> ENV "OPENSHIFT_BUILD_NAME"="src" "OPENSHIFT_BUILD_NAMESPACE"="ci-op-j67bslsb"
--> LABEL "io.openshift.build.name"="src" "io.openshift.build.namespace"="ci-op-j67bslsb"
--> Committing changes to temp.builder.openshift.io/ci-op-j67bslsb/src:4853131c ...
--> Done

Pushing image docker-registry.default.svc:5000/ci-op-j67bslsb/pipeline:src ...
Pushed 3/4 layers, 75% complete
Pushed 3/4 layers, 83% complete
Pushed 3/4 layers, 90% complete
Pushed 3/4 layers, 100% complete
Pushed 4/4 layers, 100% complete
Push successful
    - name: JOB_SPEC
      value: '{"type":"periodic","job":"periodic-ci-origin-conformance-k8s","buildid":"213","prowjobid":"a3bc6215-2be4-11e9-9f31-f218980cdfde","extra_refs":[{"org":"openshift","repo":"origin","base_ref":"master"}]}'

Fixed in #260