ayazhafiz
|
d4d8f6d902
|
Turn on concurrency groups for GitHub CI
This ensures that we only one set of workflows is running for an active
GH ref (usually a PR). Stale workflows will be term'd when a new one
associated with the same PR is kicked off.
See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
|
2022-04-19 21:21:11 -04:00 |
|
Jan Van Bruggen
|
1e9d2d1239
|
Remove accidental trailing spaces
|
2022-01-18 22:25:46 -07:00 |
|
Anton-4
|
a0c9f68299
|
just run all steps for markdown files
|
2021-12-14 14:32:41 +01:00 |
|
Anton-4
|
204e70be77
|
make sure CI stuff that can only run on linux is limited to linux
|
2021-11-20 15:19:36 +01:00 |
|
Anton-4
|
570804dbe1
|
no need to install earthly on self-hosted runner
|
2021-10-29 14:50:44 +02:00 |
|
Anton-4
|
c850f9b32c
|
Fixed earthly install on nightly
|
2021-10-26 14:32:33 +02:00 |
|
Anton-4
|
fb67bae922
|
no sudo inside gitlab
|
2021-10-25 09:51:12 +02:00 |
|
Anton-4
|
ae136f1a0e
|
print nightly version with commit after release
|
2021-10-23 19:53:39 +02:00 |
|
Anton-4
|
a035e58ead
|
set up nightly release publishing
|
2021-10-22 19:42:41 +02:00 |
|
Anton-4
|
4026291945
|
re-enjable benchmarks
|
2021-09-27 15:17:13 +02:00 |
|
Anton-4
|
e0bd644c79
|
single threaded file loading with env var
|
2021-09-27 15:16:07 +02:00 |
|
Anton-4
|
f8e53d6268
|
temp disable benchmarks
|
2021-09-20 19:33:56 +02:00 |
|
Anton-4
|
3cece55772
|
used correct tag for CI workflow
|
2021-09-08 19:56:53 +02:00 |
|
Anton-4
|
4667c34326
|
change tag name for small-ci
|
2021-09-08 19:50:00 +02:00 |
|
Anton-4
|
597dea08d8
|
use small-ci for tests
|
2021-09-08 19:37:28 +02:00 |
|
Anton-4
|
bc1616bb33
|
try out rust benchmark runner with github ci
|
2021-08-02 20:02:02 +02:00 |
|
Anton-4
|
de3e5f092d
|
On second bench run, run trunk again as well
|
2021-07-13 11:53:18 +02:00 |
|
Anton-4
|
29bd6caf85
|
pull-request should be pull_request
|
2021-07-10 11:27:31 +02:00 |
|
Anton-4
|
496fcf3538
|
reduced spell check timeout
|
2021-07-10 11:25:35 +02:00 |
|
Anton-4
|
f7bfbcbed1
|
Merge branch 'no-unnecessary-ci' of github.com:rtfeldman/roc into no-unnecessary-ci
|
2021-07-10 11:24:23 +02:00 |
|
Anton-4
|
53be8068f5
|
don't run benchmarks on change to .md
|
2021-07-10 11:24:03 +02:00 |
|
Richard Feldman
|
1e39dac114
|
Merge branch 'trunk' into no-unnecessary-ci
|
2021-07-09 21:11:59 -07:00 |
|
Anton-4
|
de4b48d207
|
don't trigger CI tests on markdown file changes, separate out spellcheck
|
2021-07-09 17:25:58 +02:00 |
|
Anton-4
|
83ee9a0cda
|
added benchmark regression check script
|
2021-07-09 10:47:26 +02:00 |
|
Anton-4
|
b7196e98fc
|
compare to actual trunk
|
2021-06-11 14:52:18 +02:00 |
|
Anton-4
|
ae6ed24236
|
print CPU temp at start of benchmarks
|
2021-06-11 13:38:13 +02:00 |
|
Anton-4
|
58de0c9826
|
trying to fix cfold
|
2021-06-11 12:41:17 +02:00 |
|
Anton-4
|
8d4e67c990
|
cp -r
|
2021-06-09 20:53:27 +02:00 |
|
Anton-4
|
a693cc34e4
|
don't change dir
|
2021-06-09 20:40:38 +02:00 |
|
Anton-4
|
a9bbb25c89
|
skip cfold
|
2021-06-09 20:31:07 +02:00 |
|
Anton-4
|
fa0e183947
|
forgot to set ulimit
|
2021-06-09 20:04:15 +02:00 |
|
Anton-4
|
3d83fa2878
|
dont use safe-earthly
|
2021-06-09 19:56:40 +02:00 |
|
Anton-4
|
55d6877cdf
|
github actions debugging
|
2021-06-09 19:48:42 +02:00 |
|
Anton-4
|
73d9e04f60
|
github actions debugging
|
2021-06-09 19:47:11 +02:00 |
|
Anton-4
|
f845f3965b
|
github action runner debugging
|
2021-06-09 19:45:05 +02:00 |
|
Anton-4
|
a09fb75e7c
|
put build-arg in correct position
|
2021-06-09 19:14:44 +02:00 |
|
Anton-4
|
dccdd5c939
|
compare to previuous commit for now
|
2021-06-09 18:55:53 +02:00 |
|
Anton-4
|
5e4fc1dc2f
|
now executing benchmarks outside earthly
|
2021-06-09 18:52:34 +02:00 |
|
Anton-4
|
39a81abc95
|
can't test with trunk
|
2021-06-08 18:09:47 +02:00 |
|
Anton-4
|
a1d87c4aea
|
clean repo at the correct position
|
2021-06-08 16:56:29 +02:00 |
|
Anton-4
|
89edd75aeb
|
Added regression testing using github actions and earthly
|
2021-06-07 20:49:13 +02:00 |
|
Richard Feldman
|
84699d4f2f
|
Revert "Run the www workflow on push to www"
This reverts commit e9007f9702 .
|
2021-06-05 22:21:15 -04:00 |
|
Richard Feldman
|
e9007f9702
|
Run the www workflow on push to www
|
2021-06-05 22:21:08 -04:00 |
|
Richard Feldman
|
0b00afdd51
|
Revert "Revert "Add www github workflow""
This reverts commit f1f7c0bdf6 .
|
2021-06-05 22:05:45 -04:00 |
|
Anton-4
|
93a77f0518
|
adapted safe-earthly script to be capable of running benchmarks
|
2021-06-02 14:36:53 +02:00 |
|
Anton-4
|
d1948d99d0
|
Merge branch 'trunk' of github.com:rtfeldman/roc into benchmarks
|
2021-06-02 10:56:30 +02:00 |
|
Anton-4
|
5281cf1c07
|
correct path for script
|
2021-05-25 17:04:25 +02:00 |
|
Anton-4
|
897d95c86c
|
patching cache mount failure #1265
|
2021-05-25 17:00:49 +02:00 |
|
Anton-4
|
07ad061ac0
|
fixed iai benchmarks
|
2021-05-19 14:32:59 +02:00 |
|
Anton-4
|
8d0d1a0758
|
put cli helpers in cli_utils crate, added bench_utils.rs for sharing functions between benchmarks, added iai benchmarks
|
2021-05-18 18:48:59 +02:00 |
|