Skip to content

make content is currently broken #2319

@ehashman

Description

@ehashman

We are behind on carrying upstream library changes for templates, but make content is currently broken due to an upstream change removing the indices we rely on: openshift/library#222 (comment)

func TestContent(t *testing.T) {
b, err := get("https://github.com/openshift/library/raw/master/official/index.json")
if err != nil {
t.Fatal(err)
}
var index index
err = json.Unmarshal(b, &index)
if err != nil {
t.Fatal(err)
}
err = handleImageStreams(index)
if err != nil {
t.Fatal(err)
}
err = handleTemplates(index)
if err != nil {
t.Fatal(err)
}
}

I'd like to incorporate some of the content update changes, but I'm not sure which changes are safe to carry vs which are not. See also #2275 (comment) where I noted the new imagestream updates were consistently breaking e2e.

/kind bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions