Skip to content

Commit

Permalink
Add catalog to list of images built for API tests (#5030)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored Oct 11, 2024
1 parent a8b850f commit 3395ef5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion automations/python/workflows/set_matrix_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,13 @@ def ser_set(x):
build_matrix["image"] |= {"upstream_db", "catalog_indexer_worker", "api"}
publish_matrix["image"].add("catalog_indexer_worker")
if "api" in changes:
build_matrix["image"] |= {"upstream_db", "ingestion_server", "api", "api_nginx"}
build_matrix["image"] |= {
"upstream_db",
"ingestion_server",
"api",
"api_nginx",
"catalog",
}
publish_matrix["image"] |= {"api", "api_nginx"}
if "frontend" in changes:
build_matrix["image"] |= {"frontend", "frontend_nginx"}
Expand Down

0 comments on commit 3395ef5

Please sign in to comment.