redhat-performance / benchmark-runner

Containerized Python based Framework for running and visualizing benchmark workloads on any Kubernetes/ OpenShift and runtime kinds pods, kata containers and kubevirt virtual machines simply and safely
Apache License 2.0
20 stars 19 forks source link

Update ci pod #853

Closed ebattat closed 4 months ago

ebattat commented 5 months ago

Type of change

Note: Fill x in []

Description

Update ci pod:

  1. Create separate environment variable for creating ci pod ci_pod/env_vars_ci_pod.sh
  2. Adding auto generating CNV workload summary report i_pod/jupyterlab/generate_summary_report.sh
  3. Update flask listening port
  4. create 1 file for run ci pod ci_pod/run_ci_pod.sh

For security reasons, all pull requests need to be approved first before running any automated CI

RobertKrawitz commented 5 months ago

The changes are rather extensive and structural. Please update the PR description to better explain what it's doing.

ebattat commented 4 months ago

I think its the default nginx.conf

RobertKrawitz commented 4 months ago

I think its the default nginx.conf

If that change came from the default nginx.conf changing, that's a good reason to make the change -- keep it as close to the default as practicable.