From 8ac279d6fba33b2a74b186147ec756a907d445c6 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:28:13 -0400 Subject: [PATCH 01/16] config test Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/workflows/config-scenario-test.yaml | 76 +++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 .github/workflows/config-scenario-test.yaml diff --git a/.github/workflows/config-scenario-test.yaml b/.github/workflows/config-scenario-test.yaml new file mode 100644 index 0000000000..ab76ee3e64 --- /dev/null +++ b/.github/workflows/config-scenario-test.yaml @@ -0,0 +1,76 @@ +name: Configuration Scenario Tests + +permissions: + id-token: write # Required for requesting the JWT + contents: read # Required for listing the commits + pull-requests: write # Required for creating PR comments + +on: + pull_request: + branches: + - main + types: [opened, synchronize, reopened] + +jobs: + config-test: + name: Configuration Scenario Test + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v5 + + - name: Post configuration test comment + uses: marocchino/sticky-pull-request-comment@v2 + continue-on-error: true + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + header: configtest-${{ github.run_id }} + number: ${{ github.event.pull_request.number }} + hide: true + hide_classify: "OUTDATED" + message: | + ## Configuration Scenario Test Overview + + :mag: **[Go to test action run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})** + + | Name | Value | + |------|-------| + |**Repository** | ${{ github.repository }} | + |**PR Number** | #${{ github.event.pull_request.number }} | + |**Commit SHA** | ${{ github.sha }} | + |**Commit ref** | ${{ github.ref }} | + |**Triggered by** | @${{ github.actor }} | + |**Run attempt** | ${{ github.run_attempt }} | + +
+ Click here to see test run details + + * **Workflow**: Configuration Scenario Tests + * **Event**: ${{ github.event_name }} + * **Base branch**: ${{ github.base_ref }} + * **Head branch**: ${{ github.head_ref }} + * **Run ID**: ${{ github.run_id }} + * **Run number**: ${{ github.run_number }} + * **Started at**: ${{ github.event.pull_request.updated_at }} + +
+ + ## Test Status + + :white_check_mark: Configuration scenario test comment created successfully! + + - name: Update comment with completion status + uses: marocchino/sticky-pull-request-comment@v2 + continue-on-error: true + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + header: configtest-${{ github.run_id }} + number: ${{ github.event.pull_request.number }} + append: true + message: | + + --- + + :checkered_flag: **Test completed at**: ${{ github.event.repository.updated_at }} + + **Final Status**: ${{ job.status }} From ba334cf4679117b1c137c09dea0b24414fa5e7d5 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:36:59 -0400 Subject: [PATCH 02/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 trigger.txt diff --git a/trigger.txt b/trigger.txt new file mode 100644 index 0000000000..279ebdae53 --- /dev/null +++ b/trigger.txt @@ -0,0 +1 @@ +first trigger From 823f1b95a2503c2addabef66d87a61a42b6983e1 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:40:46 -0400 Subject: [PATCH 03/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 279ebdae53..71dd4b1ed6 100644 --- a/trigger.txt +++ b/trigger.txt @@ -1 +1,2 @@ first trigger +second From 492dc3272c14117b14d54b0464f24ade8873968f Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:44:41 -0400 Subject: [PATCH 04/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trigger.txt b/trigger.txt index 71dd4b1ed6..c62345922f 100644 --- a/trigger.txt +++ b/trigger.txt @@ -1,2 +1,4 @@ first trigger second +additional text +additional text From ad3a8cd7b62a3dab9f7c03e273d5e6fb5944c234 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:45:24 -0400 Subject: [PATCH 05/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index c62345922f..d92a1590ca 100644 --- a/trigger.txt +++ b/trigger.txt @@ -2,3 +2,4 @@ first trigger second additional text additional text +additional text From 411c4bb2b26fad6a3acd9f635ca2834326606fa8 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:49:49 -0400 Subject: [PATCH 06/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index d92a1590ca..0f3fa472c8 100644 --- a/trigger.txt +++ b/trigger.txt @@ -3,3 +3,4 @@ second additional text additional text additional text +additional text From 2a5050c2589fcf23bb8d81f817674481bf95cde1 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:50:11 -0400 Subject: [PATCH 07/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 0f3fa472c8..f781695284 100644 --- a/trigger.txt +++ b/trigger.txt @@ -4,3 +4,4 @@ additional text additional text additional text additional text +additional text From 579b40d439ead5a3c6c11d8e9082f9cef774271c Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:50:43 -0400 Subject: [PATCH 08/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index f781695284..3501d7db48 100644 --- a/trigger.txt +++ b/trigger.txt @@ -5,3 +5,4 @@ additional text additional text additional text additional text +additional text From 73b6799c2f488950413d4b78fc144002ad239233 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:50:59 -0400 Subject: [PATCH 09/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 3501d7db48..28b3fcadb3 100644 --- a/trigger.txt +++ b/trigger.txt @@ -6,3 +6,4 @@ additional text additional text additional text additional text +additional text From 8a0492ca58eda264cb8934ff2e2be484d2330220 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:51:41 -0400 Subject: [PATCH 10/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 28b3fcadb3..c43094398b 100644 --- a/trigger.txt +++ b/trigger.txt @@ -7,3 +7,4 @@ additional text additional text additional text additional text +additional text From 7a82e2f6dccfbd7f297008f120812f73da9dd101 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:52:14 -0400 Subject: [PATCH 11/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index c43094398b..415ed30149 100644 --- a/trigger.txt +++ b/trigger.txt @@ -8,3 +8,4 @@ additional text additional text additional text additional text +additional text From e2dc05f11dea06657b3e4163e307f40c2a843ef2 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:55:17 -0400 Subject: [PATCH 12/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 415ed30149..6b1f378ab3 100644 --- a/trigger.txt +++ b/trigger.txt @@ -9,3 +9,4 @@ additional text additional text additional text additional text +additional text From 3950642aa104b47876e9b7f3c7e0b8e0f43cadf0 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:58:42 -0400 Subject: [PATCH 13/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 6b1f378ab3..ef206316b7 100644 --- a/trigger.txt +++ b/trigger.txt @@ -10,3 +10,4 @@ additional text additional text additional text additional text +additional text From 4f7674a3e4e9fed6f065ecb0c025ea1890023211 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:59:38 -0400 Subject: [PATCH 14/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index ef206316b7..34a0be32ef 100644 --- a/trigger.txt +++ b/trigger.txt @@ -11,3 +11,4 @@ additional text additional text additional text additional text +additional text From 77f892a90b227f27d415d55f41ee866b8dbaa391 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:00:45 -0400 Subject: [PATCH 15/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 34a0be32ef..0d3884e986 100644 --- a/trigger.txt +++ b/trigger.txt @@ -12,3 +12,4 @@ additional text additional text additional text additional text +additional text From 761acf79335777f316d7c847c3adcac9f1cbec82 Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Sat, 4 Oct 2025 09:01:55 -0400 Subject: [PATCH 16/16] update Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- trigger.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/trigger.txt b/trigger.txt index 0d3884e986..3b6d0c5c10 100644 --- a/trigger.txt +++ b/trigger.txt @@ -13,3 +13,4 @@ additional text additional text additional text additional text +additional text