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

Add IBM Cloud disk artifacts to stream metadata #13

Merged
merged 1 commit into from
Sep 29, 2020

Conversation

dustymabe
Copy link
Member

No description provided.

@dustymabe dustymabe added the hold label Sep 28, 2020
@dustymabe
Copy link
Member Author

hold for now until I confirm coreos/fedora-coreos-releng-automation#124 is working correctly.

Copy link
Member

@jlebon jlebon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sane to me.

@dustymabe
Copy link
Member Author

Ran this against the latest next-devel (which contains ibmcloud artifacts) and it looks good. This was the command I ran:

$ ./fedora-coreos-stream-generator -releases=https://fcos-builds.s3.amazonaws.com/prod/streams/next-devel/releases.json -pretty-print | jq .architectures.x86_64.artifacts.ibmcloud
{
  "release": "32.20200927.10.0",
  "formats": {
    "qcow2.xz": {
      "disk": {
        "location": "https://builds.coreos.fedoraproject.org/prod/streams/next-devel/builds/32.20200927.10.0/x86_64/fedora-coreos-32.20200927.10.0-ibmcloud.x86_64.qcow2.xz",
        "signature": "https://builds.coreos.fedoraproject.org/prod/streams/next-devel/builds/32.20200927.10.0/x86_64/fedora-coreos-32.20200927.10.0-ibmcloud.x86_64.qcow2.xz.sig",
        "sha256": "1aacc477c9c81f2aa6c176093d542472969df15ba8d5c6eaa6d1fc64963a3d43"
      }
    }
  }
}

@dustymabe dustymabe removed the hold label Sep 29, 2020
@dustymabe dustymabe merged commit f7008f7 into coreos:master Sep 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants