From 8105117c1035b413cc1c8231483556e9daf2e186 Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 13:10:44 -0500 Subject: [PATCH 1/6] asv runners have the same machine name now --- noxfile.py | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 1b14228f0..73a3926ef 100644 --- a/noxfile.py +++ b/noxfile.py @@ -701,7 +701,14 @@ def benchmark(session: nox.Session): """Run Airspeed Velocity benchmarks and publish results.""" session.install("-e", ".[tests]") config_path = "asv.conf.json" - session.run("asv", "machine", "--yes", f"--config={config_path}") + session.run( + "asv", + "machine", + "--machine", + "forgejo-runner", + "--yes", + f"--config={config_path}", + ) session.run( "asv", "run", @@ -720,7 +727,14 @@ def benchmark_regression(session: nox.Session): session.install("-e", ".[tests]") config_path = "asv.conf.json" asv_base_sha = os.environ.get("ASV_BASE_SHA") - session.run("asv", "machine", "--yes", f"--config={config_path}") + session.run( + "asv", + "machine", + "--machine", + "forgejo-runner", + "--yes", + f"--config={config_path}", + ) session.run( "asv", "continuous", From ce4bbd430321ca1126c55745b8c0e4b9a01ea2cd Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 13:52:44 -0500 Subject: [PATCH 2/6] asv runners have the same machine name now --- noxfile.py | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 73a3926ef..f112a5bb5 100644 --- a/noxfile.py +++ b/noxfile.py @@ -706,7 +706,16 @@ def benchmark(session: nox.Session): "machine", "--machine", "forgejo-runner", - "--yes", + "--os", + "Linux 6.x", + "--arch", + "x86_64", + "--num_cpu", + "32", + "--ram", + "64GB", + "--cpu", + "AMD", f"--config={config_path}", ) session.run( @@ -732,7 +741,16 @@ def benchmark_regression(session: nox.Session): "machine", "--machine", "forgejo-runner", - "--yes", + "--os", + "Linux 6.x", + "--arch", + "x86_64", + "--num_cpu", + "32", + "--ram", + "64GB", + "--cpu", + "AMD", f"--config={config_path}", ) session.run( From 5f76637b214ebf47c4994553d3b326f06c25c579 Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 15:06:24 -0500 Subject: [PATCH 3/6] asv runners have the same machine name now --- noxfile.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/noxfile.py b/noxfile.py index f112a5bb5..124cd76e9 100644 --- a/noxfile.py +++ b/noxfile.py @@ -721,6 +721,8 @@ def benchmark(session: nox.Session): session.run( "asv", "run", + "--machine", + "forgejo-runner", "--append-samples", "--show-stderr", "--verbose", @@ -756,6 +758,8 @@ def benchmark_regression(session: nox.Session): session.run( "asv", "continuous", + "--machine", + "forgejo-runner", "--append-samples", "--show-stderr", "--verbose", From 57ff467321d7cc4a3722e68fd5bf431ca59bcb39 Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 15:10:18 -0500 Subject: [PATCH 4/6] asv runners have the same machine name now --- noxfile.py | 42 ++++++++++++++---------------------------- 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/noxfile.py b/noxfile.py index 124cd76e9..5958c99ef 100644 --- a/noxfile.py +++ b/noxfile.py @@ -704,25 +704,18 @@ def benchmark(session: nox.Session): session.run( "asv", "machine", - "--machine", - "forgejo-runner", - "--os", - "Linux 6.x", - "--arch", - "x86_64", - "--num_cpu", - "32", - "--ram", - "64GB", - "--cpu", - "AMD", + "--machine=forgejo-runner", + "--os='Linux 6.x'", + "--arch=x86_64", + "--num_cpu=32", + "--ram=32GB", + "--cpu=AMD", f"--config={config_path}", ) session.run( "asv", "run", - "--machine", - "forgejo-runner", + "--machine=forgejo-runner", "--append-samples", "--show-stderr", "--verbose", @@ -741,25 +734,18 @@ def benchmark_regression(session: nox.Session): session.run( "asv", "machine", - "--machine", - "forgejo-runner", - "--os", - "Linux 6.x", - "--arch", - "x86_64", - "--num_cpu", - "32", - "--ram", - "64GB", - "--cpu", - "AMD", + "--machine=forgejo-runner", + "--os='Linux 6.x'", + "--arch=x86_64", + "--num_cpu=32", + "--ram=32GB", + "--cpu=AMD", f"--config={config_path}", ) session.run( "asv", "continuous", - "--machine", - "forgejo-runner", + "--machine=forgejo-runner", "--append-samples", "--show-stderr", "--verbose", From 800835f6a0080d2eedfd2a640b99e4021987f672 Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 15:13:05 -0500 Subject: [PATCH 5/6] asv runners have the same machine name now --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 5958c99ef..209539dfa 100644 --- a/noxfile.py +++ b/noxfile.py @@ -705,7 +705,7 @@ def benchmark(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os='Linux 6.x'", + "--os=Linux 6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB", @@ -735,7 +735,7 @@ def benchmark_regression(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os='Linux 6.x'", + "--os=Linux 6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB", From 4e750b9b87ed0306f53bb11ff20ff87d95e16f1a Mon Sep 17 00:00:00 2001 From: Michael Griffith Date: Mon, 23 Feb 2026 15:18:43 -0500 Subject: [PATCH 6/6] asv runners have the same machine name now --- noxfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/noxfile.py b/noxfile.py index 209539dfa..1cb4e19cc 100644 --- a/noxfile.py +++ b/noxfile.py @@ -705,7 +705,7 @@ def benchmark(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os=Linux 6.x", + "--os=Linux_6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB", @@ -735,7 +735,7 @@ def benchmark_regression(session: nox.Session): "asv", "machine", "--machine=forgejo-runner", - "--os=Linux 6.x", + "--os=Linux_6.x", "--arch=x86_64", "--num_cpu=32", "--ram=32GB",