aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
Commit message (Collapse)AuthorAgeFilesLines
* move upgrade test to release buildAlex Auvolat2023-10-051-9/+13
|
* add upgrade test for garage 0.8 -> 0.9Alex Auvolat2023-09-271-1/+7
|
* Integration tests: print logs when failsAlex Auvolat2023-06-091-2/+4
|
* Some things are now in result-binAlex Auvolat2022-10-181-6/+8
|
* Add garage_db test to CIAlex Auvolat2022-10-181-1/+2
|
* Add step to generate multi-arch Docker container in CImulti-arch-containerAlex Auvolat2022-09-261-1/+12
|
* Update .drone.yml signaturefix-drone-signatureAlex Auvolat2022-09-051-1/+1
|
* Configure structopt to report the right versionv0.7.2_ci-test-2bug/reported-versionQuentin Dufour2022-08-111-7/+7
| | | | | | | | | | By default, structopt reports the value provided by the env var CARGO_PKG_VERSION, feeded by Cargo when reading Cargo.toml. However for Garage we use a versioning based on git, so we often report a version that is behind the real version. In this commit, we create garage_util::version::garage() that reports the right version and configure all structopt subcommands to call this function instead of using the env var.
* drone: set TARGET env as needed by "to_s3" funcQuentin Dufour2022-08-031-1/+5
|
* Migrate to nix-daemon buildersci/bump-nix-imgQuentin Dufour2022-07-291-194/+13
|
* Run clippy in nix, leveraging nix caching abilityQuentin Dufour2022-07-261-22/+10
|
* Refactor default.nix to follow Nix Flakes patternsQuentin Dufour2022-07-261-50/+37
|
* Bump Nix image to 22.05Quentin Dufour2022-07-261-45/+38
|
* Put log-lines in nix.confQuentin Dufour2022-07-261-1/+1
|
* Fail if compiled binary is dynamicQuentin Dufour2022-07-261-20/+25
|
* Add integration tests to DroneQuentin Dufour2022-02-101-9/+12
|
* tests: Fix garage integration testJill2022-02-101-1/+2
|
* Remove website publishing (new website is now online)Alex Auvolat2022-02-061-43/+1
|
* Extract toolchain build from the CIbug/rust-muslQuentin Dufour2021-10-291-270/+154
|
* Fix clippy lints (fix #121)Alex Auvolat2021-10-261-1/+1
|
* Disable i686 and armv6l pipelines for now0.4-betanetappAlex Auvolat2021-10-251-210/+210
|
* Build Garage with Nixfeature/staticQuentin Dufour2021-10-191-74/+562
|
* Update Drone signaturev0.3.0.2fix-s3-listAlex Auvolat2021-10-111-1/+1
|
* add clippy to the CITrinity Pointard2021-05-031-5/+15
|
* Add minio & rclone to our functional teststest/more-clientsQuentin Dufour2021-05-021-4/+4
| | | | | | It is now possible to configure which clients you do not want to test with the env variable SKIP_XXX=1, XXX being the client name. eg. SKIP_S3CMD=1 ./script/test-smoke.sh
* re-disable drone cachesAlex Auvolat2021-04-271-3/+9
|
* Use pre-prepared Docker image in CI to speed things upAlex Auvolat2021-04-271-28/+8
|
* Update drone CI signatureAlex Auvolat2021-04-271-1/+1
|
* use volume for cargo homeTrinity Pointard2021-04-271-0/+19
| | | | so it gets preserved between steps, and registry download is done only once
* fix drone CI signatureAlex Auvolat2021-04-271-1/+1
|
* Skip Drone CI cachingAlex Auvolat2021-04-271-0/+6
|
* Try to fix DroneAlex Auvolat2021-04-271-1/+3
|
* Install rustfmtAlex Auvolat2021-04-271-1/+2
|
* Fix Drone CI signatureAlex Auvolat2021-04-271-1/+1
|
* Improve bootstraping: do it regularly; persist peer listAlex Auvolat2021-04-271-0/+1
|
* Add signature to Drone CIAlex Auvolat2021-04-271-0/+6
|
* test2Alex Auvolat2021-04-271-1/+0
|
* testAlex Auvolat2021-04-271-0/+1
|
* publish website only in correct repoAlex Auvolat2021-04-271-0/+2
|
* only upload book from branch mainAlex Auvolat2021-03-191-0/+3
|
* Center logo in book, add book CIAlex Auvolat2021-03-191-0/+27
|
* Fix checksum path in drone CIAlex Auvolat2021-03-191-2/+2
|
* try fixing CITrinity Pointard2021-03-181-25/+11
| | | | maybe absolute path break caching, who knows
* Checkpoint: add merkle tree in data tableAlex Auvolat2021-03-111-2/+2
|
* CI improvementsAlex Auvolat2021-02-171-4/+51
|
* yea more gzipAlex Auvolat2021-02-101-0/+3
|
* oops, missed a stepAlex Auvolat2021-02-101-1/+0
|
* change dockerfile; add gzip cachingAlex Auvolat2021-02-101-0/+2
|
* Add drone cachingAlex Auvolat2021-02-081-2/+38
|
* fix droneAlex Auvolat2021-02-081-1/+1
|