summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nixosTests/dsl: clean upsinanmohd2024-08-141-2/+2
|
* nixosTests/dsl: verify assertChosensinanmohd2024-08-143-18/+39
|
* nixosTests: drop nixos-libsinanmohd2024-08-132-6/+3
|
* nixosTests/dsl: verify choseBuildssinanmohd2024-08-131-1/+37
|
* nixosTests/dsl: make sure cache value is validsinanmohd2024-08-121-5/+8
|
* nixosTests/dsl: change option namessinanmohd2024-08-121-2/+2
|
* nixosTests/sunset-unbuilt-0: initsinanmohd2024-08-121-0/+14
|
* nixosTests: runCommand.inputDerivatino: explain whySomeoneSerge2024-08-111-0/+2
|
* flake/devShell: add nixfmt-rfc-stylesinanmohd2024-08-113-41/+39
|
* nixosTests/sunset: initsinanmohd2024-08-111-0/+39
|
* nixosTests/all-tests: always import dslsinanmohd2024-08-111-3/+1
|
* nixosTests: drop unused argssinanmohd2024-08-112-2/+0
|
* flake.nix: add .#checksSomeoneSerge2024-08-082-0/+33
|
* nixosTests: initSomeoneSerge2024-08-035-0/+369
| | | | A PoC that only runs --dry-run, no evanix
* tests/dag: refactor, drop queue_thread_new()sinanmohd2024-08-011-16/+9
|
* Merge pull request #13 from sinanmohd/refactor/nixSomeone2024-07-312-41/+58
|\ | | | | Refactor nix expressions
| * .#evanix: run testsSomeoneSerge2024-07-311-0/+2
| |
| * .#devShells: reuse buildInputs from .#evanixSomeoneSerge2024-07-311-11/+2
| |
| * .#evanix: use uthash from the hosts platformSomeoneSerge2024-07-311-1/+1
| |
| * .#evanix: remove .nix files from srcSomeoneSerge2024-07-311-1/+14
| |
| * .#evanix: make callPackage-ableSomeoneSerge2024-07-312-30/+41
|/
* tests: initsinanmohd2024-07-3011-29/+154
|
* Merge pull request #12 from ↵Sinan Mohd2024-07-291-1/+1
|\ | | | | | | | | sinanmohd/dependabot/github_actions/DeterminateSystems/nix-installer-action-13 build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13
| * build(deps): bump DeterminateSystems/nix-installer-action from 12 to 13dependabot[bot]2024-07-291-1/+1
|/ | | | | | | | | | | | | | Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 12 to 13. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v12...v13) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* jobs: scheduled -> requestedsinanmohd2024-07-284-6/+6
|
* solver_highs: return job cost on successsinanmohd2024-07-251-1/+1
|
* solver_sjf: initsinanmohd2024-07-254-1/+45
|
* solver_greedy -> solver_conformitysinanmohd2024-07-256-23/+23
|
* evanix: mark --solver=highs as stablesinanmohd2024-07-251-8/+1
|
* solver_greedy/solver_report: remove redundant datasinanmohd2024-07-253-24/+4
|
* solver_highs: implement --solver-reportsinanmohd2024-07-251-0/+10
|
* solver_highs: turn off highs output when --solver-report is not passedsinanmohd2024-07-251-1/+6
|
* solver_highs: destroy highs instance after usesinanmohd2024-07-251-0/+1
|
* jobid: update size after reallocsinanmohd2024-07-251-0/+1
|
* jobs: job_cost -> job_cost_recursivesinanmohd2024-07-243-8/+8
|
* jobid: don't realloc when jobid->filled < jobid->sizesinanmohd2024-07-241-4/+3
|
* solver_highs: increment the correct iteratorsinanmohd2024-07-242-10/+16
|
* evanix: disable pipeline with --solver=highssinanmohd2024-07-241-4/+8
|
* solver_highs: initsinanmohd2024-07-246-20/+274
|
* solver_util -> jobidsinanmohd2024-07-235-32/+5
|
* evanix: don't use fcfs solver with --max_buildsinanmohd2024-07-214-22/+9
|
* evanix: add --solver flagsinanmohd2024-07-217-17/+51
|
* evanix: pass optstringsinanmohd2024-07-211-12/+12
|
* evanix: --cache-status -> --check-cache-statussinanmohd2024-07-203-15/+15
|
* evanix: add --cache-status flagsinanmohd2024-07-193-5/+29
|
* solver_util/jobid_init: make sure ret is initializedsinanmohd2024-07-181-1/+1
|
* queue/queue_htab_job_merge: clean upsinanmohd2024-07-181-7/+7
|
* queue: switch to uthashsinanmohd2024-07-1810-203/+26
|
* flake/devShell: add flamegraphsinanmohd2024-07-171-0/+2
|
* evanix: set thread namesinanmohd2024-07-171-8/+30
|