cleanup for test #4 scheduled runs

This commit is contained in:
Adam Wilson
2025-08-21 06:36:42 -06:00
parent 5fc0baaf92
commit 62a87c6fd9
7 changed files with 15 additions and 15 deletions
@@ -1,4 +1,4 @@
name: '#4 (1-20) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (1-20)'
on:
workflow_dispatch:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
test-prompts-1-20:
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
with:
batch_offset: 0
range_name: "1-20"
@@ -1,4 +1,4 @@
name: '#4 (21-40) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (21-40)'
on:
workflow_dispatch:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
test-prompts-21-40:
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
with:
batch_offset: 20
range_name: "21-40"
@@ -1,4 +1,4 @@
name: '#4 (41-60) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (41-60)'
on:
workflow_dispatch:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
test-prompts-41-60:
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
with:
batch_offset: 40
range_name: "41-60"
@@ -1,4 +1,4 @@
name: '#4 (61-80) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (61-80)'
on:
workflow_dispatch:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
test-prompts-61-80:
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
with:
batch_offset: 60
range_name: "61-80"
@@ -1,4 +1,4 @@
name: '#4 (81-100) | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: '#4 (81-100)'
on:
workflow_dispatch:
schedule:
@@ -7,7 +7,7 @@ on:
jobs:
test-prompts-81-100:
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot_microsoft_phi_3_mini4k_instruct.base.yml
uses: ./.github/workflows/test_04_malicious_prompts_rag_and_cot.base.yml
with:
batch_offset: 80
range_name: "81-100"
@@ -1,4 +1,4 @@
name: 'Reusable Test #4 | RAG + CoT | microsoft/Phi-3-mini-4k-instruct'
name: 'Reusable Test #4 | RAG + CoT'
on:
workflow_call:
inputs:
@@ -18,10 +18,10 @@ on:
jobs:
test:
uses: ./.github/workflows/test_04.abstract_base.yml
uses: ./.github/workflows/tests.abstract_base.yml
with:
batch_offset: ${{ inputs.batch_offset }}
range_name: ${{ inputs.range_name }}
batch_size: ${{ inputs.batch_size }}
test_file_path: tests/integration/test_04_malicious_prompts_rag_and_cot.py
model_display_name: microsoft/Phi-3-mini-4k-instruct
model_display_name: microsoft/Phi-3-mini-4k-instruct-onnx
@@ -34,10 +34,10 @@ jobs:
batch: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
fail-fast: false
steps:
- name: 'checkout from phi-3-only branch'
- name: 'checkout'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
ref: phi-3-only
ref: scheduled-test-runs
- name: 'set up Python'
uses: actions/setup-python@v3
with: