From b40e4ce3f7fd6da43f58bcd51f2d391006bf9e04 Mon Sep 17 00:00:00 2001 From: Christian Bourjau Date: Mon, 10 Nov 2025 16:43:55 +0100 Subject: [PATCH 1/4] Increase runner size for onnxruntime --- requests/example-open-gpu-server.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 requests/example-open-gpu-server.yml diff --git a/requests/example-open-gpu-server.yml b/requests/example-open-gpu-server.yml new file mode 100644 index 000000000..3b497797d --- /dev/null +++ b/requests/example-open-gpu-server.yml @@ -0,0 +1,11 @@ +action: cirun +feedstocks: + - onnxruntime +resources: + - cirun-openstack-cpu-medium + - cirun-openstack-cpu-large + - cirun-openstack-cpu-xlarge + - cirun-openstack-cpu-2xlarge +pull_request: true +revoke: false +send_pr: true From 493bdfb93f697402890cff0ce9296fd3f8410d8e Mon Sep 17 00:00:00 2001 From: Christian Bourjau Date: Mon, 10 Nov 2025 17:18:26 +0100 Subject: [PATCH 2/4] Rename file --- requests/{example-open-gpu-server.yml => onnxruntime-cirun.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename requests/{example-open-gpu-server.yml => onnxruntime-cirun.yml} (100%) diff --git a/requests/example-open-gpu-server.yml b/requests/onnxruntime-cirun.yml similarity index 100% rename from requests/example-open-gpu-server.yml rename to requests/onnxruntime-cirun.yml From 92824aca1b359c53e2af8886c5f00264d9375f49 Mon Sep 17 00:00:00 2001 From: h-vetinari Date: Tue, 11 Nov 2025 09:16:41 +1100 Subject: [PATCH 3/4] simplify request yaml --- requests/onnxruntime-cirun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requests/onnxruntime-cirun.yml b/requests/onnxruntime-cirun.yml index 3b497797d..8319e0774 100644 --- a/requests/onnxruntime-cirun.yml +++ b/requests/onnxruntime-cirun.yml @@ -8,4 +8,4 @@ resources: - cirun-openstack-cpu-2xlarge pull_request: true revoke: false -send_pr: true +send_pr: false From 458c66f0f72a77168fb3a249c0eecf64bba1af34 Mon Sep 17 00:00:00 2001 From: h-vetinari Date: Tue, 11 Nov 2025 09:18:08 +1100 Subject: [PATCH 4/4] remove resources already present --- requests/onnxruntime-cirun.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/requests/onnxruntime-cirun.yml b/requests/onnxruntime-cirun.yml index 8319e0774..df8b1bde2 100644 --- a/requests/onnxruntime-cirun.yml +++ b/requests/onnxruntime-cirun.yml @@ -2,9 +2,6 @@ action: cirun feedstocks: - onnxruntime resources: - - cirun-openstack-cpu-medium - - cirun-openstack-cpu-large - - cirun-openstack-cpu-xlarge - cirun-openstack-cpu-2xlarge pull_request: true revoke: false