Skip to content

Commit 54655ca

Browse files
committed
k8s bill pay workflow
1 parent 019acd7 commit 54655ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/flow-k8s-bill-pay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Send bad deployment marker
6464
run: |
6565
cd demo_flows/k8s_bill_pay/ && python send_marker_bill_pay.py badCommit ${{ secrets.NR_USER_API_KEY }} ${{ vars.NR_ACCOUNT_ID }}
66-
- name: Loadgen
66+
- name: Trigger chaos
6767
continue-on-error: true
6868
run: |
6969
cd demo_flows/k8s_bill_pay/ && python trigger_chaos.py ${{ vars.BASE_URL }}

demo_flows/k8s_bill_pay/trigger_chaos.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ def trigger_chaos_mesh_job():
3939
if result.get("status") == "success":
4040
print("\nSuccess!")
4141
print(f"Message: {result.get('message')}")
42-
# The name of the *actual* created resource is returned in the message
43-
print(f"Created Ad-Hoc Resource Name: {result.get('message', '').split(' ')[2].strip("'")}")
4442
elif result.get("error"):
4543
print("\nError from Scenario Runner!")
4644
print(f"Error: {result.get('error')}")

0 commit comments

Comments
 (0)