From ec527cc1d4cfe6c51fb6067ab145b42e0c6c8139 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sun, 24 Nov 2024 22:41:24 -0800 Subject: [PATCH 1/3] Update load_tests_int.yml --- .github/workflows/load_tests_int.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/load_tests_int.yml b/.github/workflows/load_tests_int.yml index 9f504be..02da4bb 100644 --- a/.github/workflows/load_tests_int.yml +++ b/.github/workflows/load_tests_int.yml @@ -2,6 +2,7 @@ name: Agent Capability Tests Int on: workflow_dispatch: + pull_request: jobs: test-host-outbound: @@ -24,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - run: curl www.pastebin.com + - run: curl www.microsoft.com - name: Run outbound calls from host run: | start_time=$(date +%s) From 01dd50310f835dc07ddbe42eee7feb69c6394cf3 Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sun, 16 Feb 2025 22:21:41 -0800 Subject: [PATCH 2/3] Update load_tests_int.yml --- .github/workflows/load_tests_int.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/load_tests_int.yml b/.github/workflows/load_tests_int.yml index 02da4bb..bf6f05a 100644 --- a/.github/workflows/load_tests_int.yml +++ b/.github/workflows/load_tests_int.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - run: curl www.microsoft.com + - run: curl www.gitbook.com - name: Run outbound calls from host run: | start_time=$(date +%s) From 0f5c5aa7dad54ee178544b0a7ce2d97624bdbe2b Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Sun, 16 Feb 2025 22:29:14 -0800 Subject: [PATCH 3/3] Update load_tests_int.yml --- .github/workflows/load_tests_int.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/load_tests_int.yml b/.github/workflows/load_tests_int.yml index bf6f05a..c9963a9 100644 --- a/.github/workflows/load_tests_int.yml +++ b/.github/workflows/load_tests_int.yml @@ -25,7 +25,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - run: curl www.gitbook.com + - run: curl www.intel.com + - run: curl www.apple.com - name: Run outbound calls from host run: | start_time=$(date +%s)