cncf-tags / green-reviews-tooling

Project Repository for the WG Green Reviews which is part of the CNCF TAG Environmental Sustainability
https://github.com/cncf/tag-env-sustainability/tree/main/working-groups/green-reviews
Apache License 2.0
27 stars 14 forks source link

[ACTION] Add `benchmark_path` field to projects.json and pipeline #118

Closed nikimanoledaki closed 2 months ago

nikimanoledaki commented 3 months ago

Part of Proposal-002 - Run the CNCF project benchmark tests as part of the automated pipeline

Task Description

This issue tracks implementing part of proposal 2. So the existing pipeline is extended to call the benchmark workflow defined in the projects.json metadata file.

121 is related to create the benchmark workflow for Falco

Tasks

vallss commented 2 months ago

I can work on this!

vallss commented 2 months ago

Hi @rossf7, do we have a value for the benchmark_path field inside the project.json? Or we leave it like this?

    "projects": [
        {
            "name": "falco",
            "organization": "falcosecurity",
            "benchmark_path": "",
            "configs": [
                "ebpf",
                "modern-ebpf",
                "kmod"
            ]
        }
    ]
rossf7 commented 2 months ago

do we have a value for the benchmark_path field inside the project.json? Or we leave it like this?

Hi @vallss not yet, let's leave it blank for now.

Once the workflow is added in #121 we can populate the JSON and integrate both changes.