Mic92 and Jörg Thalheim
605a0e9ce9
flake.lock: Update
2025-06-25 01:03:35 +02:00
Jörg Thalheim and GitHub
6786e52eb5
Merge pull request #1489 from NixOS/ci
...
github: update test workflow to use latest nix & add update-flakes action
2025-06-24 16:51:54 +00:00
Jörg Thalheim
9efe38c60b
add update-flakes action
2025-06-24 18:46:33 +02:00
Jörg Thalheim
c621f27482
test: bump used nix version
2025-06-24 18:45:14 +02:00
John Ericson and GitHub
ed500ca434
Merge pull request #1202 from thejohncrafter/doc-request-base
...
docs: refine instructions for proxy setting
2025-06-15 22:14:38 +00:00
Julien Marquet and John Ericson
635aff50dd
docs: refine instructions for proxy setting
2025-05-27 12:45:12 -04:00
Jörg Thalheim and GitHub
2e3c168ec4
Merge pull request #1487 from tomjnixon/reverse_proxy_docs
...
doc/manual: correct nginx reverse proxy example
2025-05-27 04:58:53 +00:00
John Ericson and GitHub
362524b563
Merge pull request #1485 from NixOS/nix-2.29
...
Nix 2.29
2025-05-26 05:17:23 +00:00
John Ericson and GitHub
de3646cb13
Merge pull request #1488 from NixOS/nixpkgs-25.05
...
flake.lock: Update Nixpkgs to 25.05
2025-05-26 01:11:40 +00:00
John Ericson
278a3ebfd5
Fix build with Nix 2.29
2025-05-25 20:53:18 -04:00
John Ericson
dafa252d08
flake.lock: Update Nix and nix-eval-jobs to 2.29
...
Flake lock file updates:
• Updated input 'nix':
'github:NixOS/nix/70921714cb3b5e6041b7413459541838651079f3?narHash=sha256-ZbB3IH9OlJvo14GlQZbYHzJojf/HCDT38GzYTod8DaU%3D' (2025-04-23)
→ 'github:NixOS/nix/d761dad79c79af17aa476a29749bd9d69747548f?narHash=sha256-rCpANMHFIlafta6J/G0ILRd%2BWNSnzv/lzi40Y8f1AR8%3D' (2025-05-25)
• Updated input 'nix-eval-jobs':
'github:nix-community/nix-eval-jobs/1260c6599d22dfd8c25fea6893c3d031996b20e1?narHash=sha256-n220U5pjzCtTtOJtbga4Xr/PyllowKw9anSevgCqJEw%3D' (2025-04-11)
→ 'github:nix-community/nix-eval-jobs/d9262e535e35454daebcebd434bdb9c1486bb998?narHash=sha256-AJ22q6yWc1hPkqssXMxQqD6QUeJ6hbx52xWHhKsmuP0%3D' (2025-05-25)
2025-05-25 20:52:39 -04:00
John Ericson
8a50488f6c
flake.lock: Update Nixpkgs to 25.05
...
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/eea3403f7ca9f9942098f4f2756adab4ec924b2b?narHash=sha256-JT1wMjLIypWJA0N2V27WpUw8feDmTok4Dwkb0oYXDS4%3D' (2025-04-23)
→ 'github:NixOS/nixpkgs/db1aed32009f408e4048c1dd0beaf714dd34ed93?narHash=sha256-8A7HjmnvCpDjmETrZY1QwzKunR63LiP7lHu1eA5q6JI%3D' (2025-05-24)
2025-05-25 20:51:14 -04:00
Thomas Nixon
8bb7d27588
doc/manual: correct nginx reverse proxy example
...
- hydra does not remove the base URI from the request before processing
it, so this must be done in the reverse proxy. in nginx this is done
by giving proxy_pass a URI rather than a protocol/host/port; see:
https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass
- proxy_redirect is not correct/required: hydra uses proxy headers to
correctly form redirects in most cases, and where it doesn't it
produces local redirects which aren't matched by this directive anyway
2025-05-23 23:39:44 +01:00
Martin Weinelt and GitHub
35c9264306
Merge pull request #1484 from NixOS/nix-keep-options
...
Migrate from "gc-" prefixed nix options
2025-05-23 22:19:15 +00:00
Martin Weinelt
da1aebe970
Migrate from "gc-" prefixed nix options
...
These have been deprecated, e.g. gc-keep-outputs is now just
keep-outputs.
2025-05-15 04:08:57 +02:00
Jörg Thalheim and GitHub
183bc39d1a
Merge pull request #1483 from SuperSandro2000/patch-2
...
Add missing slash
2025-05-09 15:49:33 +00:00
Sandro and GitHub
2ae27dd20d
Add missing slash
...
error: access to absolute path '/nix/store/sai35xfsrba2a2vasmzxakmn54wdfa13-sourcepackaging' is forbidden in pure evaluation mode (use '--impure' to override)
2025-05-05 00:10:59 +02:00
Jörg Thalheim and GitHub
1b5c2fb747
Merge pull request #1479 from qowoz/queue-runner
...
queue runner: attempt at slightly smarter scheduling criteria
2025-05-01 07:02:54 +00:00
Jörg Thalheim and GitHub
8d068fea3e
Merge pull request #1482 from NixOS/hydra-passthru
...
Expose nix package in hydra package
2025-04-29 18:35:50 +00:00
Jörg Thalheim
8218a9ad1b
hydra: expose nix-cli package
...
This makes it easier in other packages to get the nix version used to
build Hydra.
2025-04-29 20:27:30 +02:00
John Ericson and GitHub
455f1a0665
Merge pull request #1481 from NixOS/nix-flake-false
...
Use Nix without the flake
2025-04-23 22:04:54 +00:00
John Ericson
89fcb931ce
Use Nix without the flake
...
This is what we do for `nix-eval-jobs` already. It allows for more
fine-grained control over dependencies.
2025-04-23 17:58:52 -04:00
Martin Weinelt and GitHub
b023cc8f87
Merge pull request #1480 from NixOS/update-nix
...
flake.lock: Update
2025-04-23 18:05:14 +00:00
Martin Weinelt
23755bf001
flake.lock: Update
...
Flake lock file updates:
• Updated input 'nix':
'github:NixOS/nix/a4962f73b5fc874d4b16baef47921daf349addfc' (2025-04-07)
→ 'github:NixOS/nix/70921714cb3b5e6041b7413459541838651079f3' (2025-04-23)
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/db8f4fe18ce772a9c8f3adf321416981c8fe9371' (2025-04-07)
→ 'github:NixOS/nixpkgs/eea3403f7ca9f9942098f4f2756adab4ec924b2b' (2025-04-23)
2025-04-23 18:27:14 +02:00
Pierre Bourdon and zowoq
720db63d52
queue runner: attempt at slightly smarter scheduling criteria
...
Instead of just going for "whatever is the oldest build we know of",
use the following first:
- Is the step more constrained? If so, schedule it first to avoid
filling up "more desirable" build slots with less constrained builds.
- Does the step have more dependents? If so, schedule it first to try
and maximize open parallelism and breadth of scheduling options.
(cherry picked from commit https://git.lix.systems/lix-project/hydra/commit/b8d03adaf45105452bf1040deeaaccc8b8b22efb )
2025-04-20 13:44:06 +10:00
John Ericson and GitHub
bdde73acbd
Merge pull request #1478 from qowoz/fix-actions
...
jobset-eval: fix actions not showing up sometimes for new jobs
2025-04-16 16:49:31 +00:00
Pierre Bourdon and zowoq
0ab357e435
jobset-eval: fix actions not showing up sometimes for new jobs
...
New jobs have their "new" status take precedence over them being
"failed" or "queued", which means actions that can act on "failed" or
"queued" jobs weren't shown to the user when they could only act on
"new" jobs.
(cherry picked from commit https://git.lix.systems/lix-project/hydra/commit/9a4a5dd624a1cedc7cdc40687815739b228e5c77 )
2025-04-16 09:50:32 +10:00
Jörg Thalheim and GitHub
6fcfa9e796
Merge commit from fork
...
Re-enable restrict-eval for non-flakes
2025-04-15 06:48:18 +02:00
Martin Weinelt and GitHub
ffbde9c9e3
Merge pull request #1474 from NixOS/machine-status-colspan
...
web: increase colspan for machine row in machine status
2025-04-13 14:37:52 +00:00
Martin Weinelt
cf33a9158a
web: increase colspan for machine row in machine status
2025-04-13 08:29:01 +02:00
John Ericson and GitHub
5f6b075754
Merge pull request #1470 from qowoz/eval-view
...
Fix displaying eval errors in jobset eval view
2025-04-11 15:49:05 +00:00
Jörg Thalheim
8d75026513
re-enable restrict-eval for non-flakes
2025-04-11 13:42:55 +02:00
Maximilian Bosch and zowoq
f1a976d3fd
Fix displaying eval errors in jobset eval view
...
Quickfix for something that annoyed me once too often.
Specifically, I'm talking about `/eval/1#tabs-errors`.
To not fetch long errors on each request, this is only done on-demand.
I.e., when the tab is opened, an iframe is requested with the errors.
This iframe uses a template for both the jobset view and the jobset-eval
view. It is differentiated by checking if `jobset` or `eval` is defined.
However, the jobset-eval view also has a `jobset` variable in its stash
which means that in both cases the `if` path was used. Since
`jobset.fetcherrormsg` isn't defined in the eval case though, you always
got an empty error.
The band-aid fix is relatively simple: swap if and else: the `eval`
variable is not defined in the stash of the jobset view, so now this is
a useful condition to decide which view we're in.
(cherry picked from commit https://git.lix.systems/lix-project/hydra/commit/70c3d75f739b184b36908a2c898332444482d1a1 )
2025-04-11 09:03:11 +10:00
Jörg Thalheim and GitHub
d5ad16abc2
Merge pull request #1472 from SuperSandro2000/without-aws-sdk
...
Fix compilation with a nix which was compiled withou aws sdk
2025-04-10 15:24:38 +00:00
Sandro Jäckel
7e0157e387
Fix compilation with a nix which was compiled withou aws sdk
2025-04-09 17:53:14 +02:00
John Ericson and GitHub
c8de5b99e3
Merge pull request #1471 from NixOS/queue-runner-machines-json
...
Queue-runner: Always produce a machines JSON object
2025-04-08 21:44:23 +00:00
John Ericson
a5b17d0686
Queue-runner: Always produce a machines JSON object
...
Even if there are no machines, there should at least be an empty object.
2025-04-08 17:38:19 -04:00
John Ericson and GitHub
1c52c4c0ed
Merge pull request #1456 from NixOS/hydra.nixos.org-rebased
...
web: replace 'errormsg' with 'errormsg IS NULL' in most cases
2025-04-07 19:05:51 +00:00
Pierre Bourdon and John Ericson
b4322edd05
web: replace 'errormsg' with 'errormsg IS NULL' in most cases
...
This is implement in an extremely hacky way due to poor DBIx feature
support. Ideally, what we'd need is a way to tell DBIx to ignore the
errormsg column unless explicitly requested, and to automatically add a
computed 'errormsg IS NULL' column in others. Since it does not support
that, this commit instead hacks some support via method overrides while
taking care to not break anything obvious.
2025-04-07 14:48:07 -04:00
John Ericson and GitHub
8350f964ee
Merge pull request #1469 from NixOS/release-reservations
...
queue-runner: release machine reservation while copying outputs
2025-04-07 18:19:16 +00:00
Pierre Bourdon and John Ericson
143a07bff0
queue-runner: release machine reservation while copying outputs
...
This allows for better builder usage when the queue runner is busy. To
avoid running into uncontrollable imbalances between builder/queue
runner, we only release the machine reservation after the local
throttler has found a slot to start copying the outputs for that build.
As opposed to asserting uniqueness to understand resource utilization,
we just switch to using `std::unique_ptr`.
2025-04-07 14:01:50 -04:00
John Ericson and GitHub
cc4b206d85
Merge pull request #1466 from NixOS/bump-nixpkgs
...
Bump nixpkgs
2025-04-07 17:32:38 +00:00
John Ericson and GitHub
e77444da98
Merge pull request #1468 from NixOS/steps-waiting-for-download-slot
...
Add metric for builds waiting for download slot
2025-04-07 17:28:00 +00:00
K900 and John Ericson
8a6482bb1c
Add metric for builds waiting for download slot
...
(cherry picked from commit f23ec71227911891807706b6b978836e4d80edde)
2025-04-07 13:16:49 -04:00
Jörg Thalheim and Jörg Thalheim
b3a433336e
bump nixpkgs
2025-04-07 19:09:46 +02:00
Jörg Thalheim and GitHub
68b2d6da0a
Merge pull request #1467 from NixOS/merge-queue
...
Make github actions ci merge-queue friendly
2025-04-07 17:02:43 +00:00
Jörg Thalheim and Jörg Thalheim
c94ba404fd
don't build hydra twice in a pull request + enable merge queue
2025-04-07 18:57:32 +02:00
Jörg Thalheim and GitHub
56170dd117
Merge pull request #1464 from NixOS/more-hydra.nixos.org-changes
...
More hydra.nixos.org changes
2025-04-07 16:50:36 +00:00
Jörg Thalheim and GitHub
d4b55f8190
Merge pull request #1465 from NixOS/gitea
...
test/gitea: fix eval
2025-04-07 18:48:57 +02:00
Jörg Thalheim
78687e23cf
test/gitea: fix eval
2025-04-07 18:43:12 +02:00