From a77ce2b1fcafe893704c33aee95b7123266a074f Mon Sep 17 00:00:00 2001 From: Ninad Sinha Date: Mon, 11 May 2026 16:50:06 -0700 Subject: [PATCH 1/3] Add integration tests --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f3e5834..1b01592 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ permissions: jobs: integration-tests: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-latest steps: - name: Check out repository From a19d3be3e7f39f95ef0c12f31881ef3df22d7f11 Mon Sep 17 00:00:00 2001 From: Ninad Sinha Date: Mon, 11 May 2026 17:28:54 -0700 Subject: [PATCH 2/3] Update workflow to use merge_queues --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1b01592..f3e5834 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,7 @@ permissions: jobs: integration-tests: - runs-on: ubuntu-latest + runs-on: depot-ubuntu-24.04-16 steps: - name: Check out repository From 3063c08968f435bb96cb909de12db5f7b2e8b09a Mon Sep 17 00:00:00 2001 From: Ninad Sinha Date: Thu, 14 May 2026 23:29:13 -0700 Subject: [PATCH 3/3] Change runner platform --- .github/workflows/integration-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index f3e5834..cdc55ca 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,6 +1,8 @@ name: Integration Tests on: + pull_request: + branches: [main] merge_group: types: [checks_requested] workflow_dispatch: @@ -14,7 +16,7 @@ permissions: jobs: integration-tests: - runs-on: depot-ubuntu-24.04-16 + runs-on: ubuntu-slim steps: - name: Check out repository