Skip to content

Commit 5366291

Browse files
committed
Enhance telemetry_chargeback role with improved synthetic data handling
Update the synthetic data generation process to ensure that existing JSON files are not overwritten. This change allows for better debugging by preserving previous data outputs. Closes https://issues.redhat.com/browse/OSPRH-23746
1 parent 98620e9 commit 5366291

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

roles/telemetry_chargeback/defaults/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ ck_days: 30
88
ck_step: 300
99

1010
# Output directory for test artifacts
11-
tests_dir: "{{ ansible_env.HOME }}/ci-framework-data/tests"
1211
logs_dir: "/home/zuul/ci-framework-data/tests/feature-verification-tests"

run_gen_script.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
cd /Users/ayefimov/sandbox/gen_ck_data
3+
python3 gen_synth_loki_data.py --template loki_data_templ.j2 -o modified_template.json

0 commit comments

Comments
 (0)