Commit Graph

28 Commits

Author SHA1 Message Date
Bryan Stitt e917a11d6c
Suprisingly large refactor to get ids everywhere (#222)
* cargo upgrade --incompatible and update

* first draft at suprisingly_large_refactor_to_get_ids_everywhere

* put app in a task_local

* ref cleanup

* use a OnceLock instead of a tokio local

* test more methods

* APP isn't set in all tests

* it compiles. tests fail. todos still open

* use the app only when necessary

* more tests. less panic

* less verbose debug impl

* short enum names

* move kafka and secrets to their own files

* main tests pass

* add debug chain block time

* helper for stats that ignores internal stats

* Update Jenkinsfile (#223)

* more tests

---------

Co-authored-by: Pewxz <124064710+pewxz@users.noreply.github.com>
2023-10-03 13:46:27 -07:00
Bryan Stitt 68fc724f9e disable check and cancel old builds
it gets a permission error
2023-09-19 15:29:28 -07:00
Ben b8fd8370b0 Revert "Revert "Added new stagfe to check and cancel old job (#215)""
This reverts commit a04a623094.
2023-09-19 15:00:51 +02:00
Bryan Stitt a04a623094 Revert "Added new stagfe to check and cancel old job (#215)"
This reverts commit ac2c053519.
2023-09-18 14:33:12 -07:00
Pewxz ac2c053519
Added new stagfe to check and cancel old job (#215)
New stage has been added to check if there is a old build from the same job running
If yes, it cancel the old one and keep the new one running

Co-authored-by: Ben <ben@MB.local>
2023-09-18 09:04:43 -07:00
Bryan Stitt 318ddb0f16 nevermind 2023-08-09 13:28:18 -07:00
Bryan Stitt 844af86e45 maybe here 2023-08-09 13:27:20 -07:00
Bryan Stitt 95b48c015e does agent builtin work? 2023-08-09 13:26:37 -07:00
Bryan Stitt 4601852c0c remove old unused env vars 2023-08-04 19:55:42 -07:00
Bryan Stitt ab01b4c5a7 no need for REPO_NAME. default will work 2023-07-28 12:42:23 -07:00
Bryan Stitt 89bbd00215 add REPO_NAME variable 2023-07-28 11:34:39 -07:00
Bryan Stitt 2293872bba specify agent 2023-06-27 09:27:56 -07:00
Bryan Stitt 95e28f45ad just graviton2 for now 2023-06-25 15:49:50 -07:00
Bryan Stitt 5d2f6b433f use our library 2023-06-25 15:37:23 -07:00
Bryan Stitt e688a2e819 drop graviton1 2023-03-02 16:52:19 +00:00
Bryan Stitt a02d89a818 no latest manifest since this has overlapping arch labels 2023-03-02 01:34:43 +00:00
Bryan Stitt 7b154d9e8c check all the variables 2023-02-10 01:06:50 -08:00
Bryan Stitt 3ec45a806b arm64_graviton1 build 2023-02-09 23:54:57 -08:00
Bryan Stitt 666ffd6ada amd64_epyc3 build 2023-02-09 23:39:41 -08:00
Bryan Stitt 41dc6f6eb2 latest branch is main, not stable 2023-02-09 12:19:10 -08:00
Bryan Stitt 74ee5d1b0d enable ansicolor 2023-02-09 12:00:41 -08:00
Bryan Stitt 37830f1156 Jenkinsfile from llamanodes/erigon 2023-02-05 00:13:14 -08:00
Bryan Stitt 0e4aab24a7 use more specific labels 2023-02-03 12:09:57 -08:00
Bryan Stitt b1f3adfc76 ansicolor plugin 2023-01-30 14:59:34 -08:00
Ben ed5907feab Rename Jenkinsfile to be standard with other 2023-01-30 15:33:01 +01:00
Bencyril c1efe760ac
Name typo 2023-01-28 10:48:58 +01:00
Ben b116c19c9e Fix .git folder timestamps using 'git restore-mtime' 2023-01-28 10:08:56 +01:00
Ben 8fc32c49ad feat: New CI with Jenkinsfile 2023-01-27 18:11:54 +01:00