From 1b22ad06708f7b9d75a5d45114318b93e31e3224 Mon Sep 17 00:00:00 2001 From: Adam Wilson Date: Sat, 30 Aug 2025 08:53:37 -0600 Subject: [PATCH] redistribute cron schedules (heavy catch up for test #0 samples; move some from #4 to increase #2) --- .../test_00_benign_prompts_no_mitigation.01-20.yml | 5 +++-- .../test_00_benign_prompts_no_mitigation.21-40.yml | 5 +++-- .../test_00_benign_prompts_no_mitigation.41-60.yml | 5 +++-- .../test_00_benign_prompts_no_mitigation.61-80.yml | 5 +++-- .../test_00_benign_prompts_no_mitigation.81-100.yml | 5 +++-- .github/workflows/test_02_malicious_prompts_cot.01-20.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.21-40.yml | 5 ++--- .github/workflows/test_02_malicious_prompts_cot.41-60.yml | 4 ++-- .github/workflows/test_02_malicious_prompts_cot.61-80.yml | 4 ++-- .../workflows/test_02_malicious_prompts_cot.81-100.yml | 4 ++-- .../test_04_malicious_prompts_rag_and_cot.01-20.yml | 8 ++++---- .../test_04_malicious_prompts_rag_and_cot.21-40.yml | 8 ++++---- .../test_04_malicious_prompts_rag_and_cot.41-60.yml | 7 +++---- .../test_04_malicious_prompts_rag_and_cot.61-80.yml | 7 +++---- .../test_04_malicious_prompts_rag_and_cot.81-100.yml | 7 +++---- 15 files changed, 42 insertions(+), 41 deletions(-) diff --git a/.github/workflows/test_00_benign_prompts_no_mitigation.01-20.yml b/.github/workflows/test_00_benign_prompts_no_mitigation.01-20.yml index b5c165da0..80e03605c 100644 --- a/.github/workflows/test_00_benign_prompts_no_mitigation.01-20.yml +++ b/.github/workflows/test_00_benign_prompts_no_mitigation.01-20.yml @@ -1,8 +1,9 @@ name: '#0 (1-20)' on: workflow_dispatch: -# schedule: -# - cron: '0 0-23/8 * * *' + schedule: + - cron: '0 0-23/8 * * *' + - cron: '40 6-23/8 * * *' jobs: test-prompts-1-20: diff --git a/.github/workflows/test_00_benign_prompts_no_mitigation.21-40.yml b/.github/workflows/test_00_benign_prompts_no_mitigation.21-40.yml index a9477df4b..3c814386b 100644 --- a/.github/workflows/test_00_benign_prompts_no_mitigation.21-40.yml +++ b/.github/workflows/test_00_benign_prompts_no_mitigation.21-40.yml @@ -1,8 +1,9 @@ name: '#0 (21-40)' on: workflow_dispatch: -# schedule: -# - cron: '20 0-23/8 * * *' + schedule: + - cron: '20 0-23/8 * * *' + - cron: '0 7-23/8 * * *' jobs: test-prompts-21-40: diff --git a/.github/workflows/test_00_benign_prompts_no_mitigation.41-60.yml b/.github/workflows/test_00_benign_prompts_no_mitigation.41-60.yml index fb19ef6f0..8500fbb5f 100644 --- a/.github/workflows/test_00_benign_prompts_no_mitigation.41-60.yml +++ b/.github/workflows/test_00_benign_prompts_no_mitigation.41-60.yml @@ -1,8 +1,9 @@ name: '#0 (41-60)' on: workflow_dispatch: -# schedule: -# - cron: '40 0-23/8 * * *' + schedule: + - cron: '40 0-23/8 * * *' + - cron: '20 7-23/8 * * *' jobs: test-prompts-41-60: diff --git a/.github/workflows/test_00_benign_prompts_no_mitigation.61-80.yml b/.github/workflows/test_00_benign_prompts_no_mitigation.61-80.yml index 5b69305c1..16c530c5b 100644 --- a/.github/workflows/test_00_benign_prompts_no_mitigation.61-80.yml +++ b/.github/workflows/test_00_benign_prompts_no_mitigation.61-80.yml @@ -1,8 +1,9 @@ name: '#0 (61-80)' on: workflow_dispatch: -# schedule: -# - cron: '0 1-23/8 * * *' + schedule: + - cron: '0 1-23/8 * * *' + - cron: '40 7-23/8 * * *' jobs: test-prompts-61-80: diff --git a/.github/workflows/test_00_benign_prompts_no_mitigation.81-100.yml b/.github/workflows/test_00_benign_prompts_no_mitigation.81-100.yml index 5cf0feb1e..5433bbb42 100644 --- a/.github/workflows/test_00_benign_prompts_no_mitigation.81-100.yml +++ b/.github/workflows/test_00_benign_prompts_no_mitigation.81-100.yml @@ -1,8 +1,9 @@ name: '#0 (81-100)' on: workflow_dispatch: -# schedule: -# - cron: '20 1-23/8 * * *' + schedule: + - cron: '20 1-23/8 * * *' + - cron: '0 8-23/8 * * *' jobs: test-prompts-81-100: diff --git a/.github/workflows/test_02_malicious_prompts_cot.01-20.yml b/.github/workflows/test_02_malicious_prompts_cot.01-20.yml index a97c58c1a..0828ad0b1 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.01-20.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.01-20.yml @@ -1,8 +1,8 @@ name: '#2 (1-20)' on: workflow_dispatch: -# schedule: -# - cron: '20 3-23/8 * * *' + schedule: + - cron: '20 3-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.21-40.yml b/.github/workflows/test_02_malicious_prompts_cot.21-40.yml index 85065a011..8fbfac42f 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.21-40.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.21-40.yml @@ -1,9 +1,8 @@ name: '#2 (21-40)' on: workflow_dispatch: -# schedule: -# - cron: '40 3-23/8 * * *' - + schedule: + - cron: '40 3-23/8 * * *' jobs: test-prompts-21-40: diff --git a/.github/workflows/test_02_malicious_prompts_cot.41-60.yml b/.github/workflows/test_02_malicious_prompts_cot.41-60.yml index ff9407d30..d821086b2 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.41-60.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.41-60.yml @@ -1,8 +1,8 @@ name: '#2 (41-60)' on: workflow_dispatch: -# schedule: -# - cron: '0 4-23/8 * * *' + schedule: + - cron: '0 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.61-80.yml b/.github/workflows/test_02_malicious_prompts_cot.61-80.yml index c54967781..09a16505a 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.61-80.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.61-80.yml @@ -1,8 +1,8 @@ name: '#2 (61-80)' on: workflow_dispatch: -# schedule: -# - cron: '20 4-23/8 * * *' + schedule: + - cron: '20 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_02_malicious_prompts_cot.81-100.yml b/.github/workflows/test_02_malicious_prompts_cot.81-100.yml index 267b14a52..132fc131e 100644 --- a/.github/workflows/test_02_malicious_prompts_cot.81-100.yml +++ b/.github/workflows/test_02_malicious_prompts_cot.81-100.yml @@ -1,8 +1,8 @@ name: '#2 (81-100)' on: workflow_dispatch: -# schedule: -# - cron: '40 4-23/8 * * *' + schedule: + - cron: '40 4-23/8 * * *' jobs: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml index ea0e29dee..c9ac763ce 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.01-20.yml @@ -1,10 +1,10 @@ name: '#4 (1-20)' on: workflow_dispatch: - schedule: - - cron: '0 0-23/8 * * *' - - cron: '40 6-23/8 * * *' - - cron: '20 3-23/8 * * *' + # schedule: + # - cron: '0 0-23/8 * * *' + # - cron: '40 6-23/8 * * *' + jobs: test-prompts-1-20: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml index 2ccf0119c..47de5fc8e 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.21-40.yml @@ -1,10 +1,10 @@ name: '#4 (21-40)' on: workflow_dispatch: - schedule: - - cron: '20 0-23/8 * * *' - - cron: '0 7-23/8 * * *' - - cron: '40 3-23/8 * * *' + # schedule: + # - cron: '20 0-23/8 * * *' + # - cron: '0 7-23/8 * * *' + jobs: test-prompts-21-40: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml index ef29984b1..6c03c4259 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.41-60.yml @@ -1,10 +1,9 @@ name: '#4 (41-60)' on: workflow_dispatch: - schedule: - - cron: '40 0-23/8 * * *' - - cron: '20 7-23/8 * * *' - - cron: '0 4-23/8 * * *' + # schedule: + # - cron: '40 0-23/8 * * *' + # - cron: '20 7-23/8 * * *' jobs: test-prompts-41-60: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml index 9ffcdb0f4..a2e06dddf 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.61-80.yml @@ -1,10 +1,9 @@ name: '#4 (61-80)' on: workflow_dispatch: - schedule: - - cron: '0 1-23/8 * * *' - - cron: '40 7-23/8 * * *' - - cron: '20 4-23/8 * * *' + # schedule: + # - cron: '0 1-23/8 * * *' + # - cron: '40 7-23/8 * * *' jobs: test-prompts-61-80: diff --git a/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml b/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml index 2aaca76c5..141c46a6b 100644 --- a/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml +++ b/.github/workflows/test_04_malicious_prompts_rag_and_cot.81-100.yml @@ -1,10 +1,9 @@ name: '#4 (81-100)' on: workflow_dispatch: - schedule: - - cron: '20 1-23/8 * * *' - - cron: '0 8-23/8 * * *' - - cron: '40 4-23/8 * * *' + # schedule: + # - cron: '20 1-23/8 * * *' + # - cron: '0 8-23/8 * * *' jobs: test-prompts-81-100: