feat: highmem
runner ubuntu smoke / ubuntu-latest label smoke (push) Successful in 0s
runner nix smoke / nix label and flake smoke (push) Failing after 9s

This commit is contained in:
2026-09-10 17:44:56 +00:00
parent f286ab632c
commit 0a2b96abc2
6 changed files with 103 additions and 4 deletions
+10 -1
View File
@@ -10,6 +10,15 @@ on: # yamllint disable-line rule:truthy
required: false
type: boolean
default: true
runner_label:
description: Runner label for deploy job
required: false
type: choice
default: nix
options:
- nix
- gross-nix-x86-perf
- gross-nix-x86-highmem
concurrency:
group: deploy-neuro
@@ -19,7 +28,7 @@ jobs:
deploy:
name: deploy neuro from performance node
if: ${{ gitea.ref == 'refs/heads/master' }}
runs-on: gross-nix-x86-perf
runs-on: ${{ gitea.event.inputs.runner_label || 'nix' }}
timeout-minutes: 435
env:
NIX_CONFIG: |