We recently updated the tracking artifacts for releases - for any tag,
branch, or PR that is built you can get at the RPMs

For branches and tags, this URL gives you the link to the latest RPMs (the
content of this file is a URL you can use in an RPM repo)

curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/master/.latest-rpms
"
curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/release-3.8/.latest-rpms
"
curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/v3.9.0-alpha.4/.latest-rpms
"

For PRs, you'll need to look at the logs for your job (search for
https://storage.googleapis.com in your GCP logs, you'll see a link that
looks similar to the previous).

You can get at zips for branches and tags with:

curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/master/.latest-zips
"
curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/release-3.8/.latest-zips
"
curl -q "
https://storage.googleapis.com/origin-ci-test/releases/openshift/origin/v3.9.0-alpha.4/.latest-zips
"

... but you'll need to then access the returned URL via gcsweb by taking
the job number and replacing it into the following style of URL:

https://gcsweb-ci.svc.ci.openshift.org/gcs/origin-ci-test/logs/test_branch_origin_cross/1349/artifacts/zips/

I may update the zips in the future, this is really more for my convenience
when I'm throwing up origin releases.
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to