summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-01-13 19:39:54 +0200
committerLars Wirzenius <liw@liw.fi>2024-01-13 19:39:54 +0200
commitc07a83a847e137a33ea130d6254aa7e2507574c5 (patch)
tree2ab960458fc15f16d9bd6b920da39b3bd788a908
parent7f751a2da310c3f07be7d45f33f3c8804fa6b9f9 (diff)
downloadliw-dot-files-c07a83a847e137a33ea130d6254aa7e2507574c5.tar.gz
ambient.yaml: add disabled obnam-benchmark
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--ambient.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/ambient.yaml b/ambient.yaml
index 43fed70..c86d30f 100644
--- a/ambient.yaml
+++ b/ambient.yaml
@@ -346,6 +346,36 @@ projects:
dch -r ''
- action: deb
+ # DISABLED: until the test suite runs without Obnam or its server
+ # installed.
+ #
+ # obnam-benchmark:
+ # image: ~/tmp/ambient/ambient-boot.qcow2
+ # source: ~/pers/obnam/obnam-benchmark
+ # publish_artifacts: true
+ # pre_plan:
+ # - action: cargo_fetch
+ # plan:
+ # - action: rustup_setup
+ # - action: cargo_clippy
+ # - action: cargo_build
+ # - action: cargo_test
+ # - action: shell
+ # shell: |
+ # export PATH="/root/.cargo/bin:$PATH"
+
+ # ./check --offline
+
+ # V="$(dpkg-parsechangelog -SVersion | sed 's/-[^-]*$//')"
+ # T="$(date -u "+%Y%m%dT%H%M%S")"
+ # version="$V.ci$T-1"
+ # dch -v "$version" "CI build under Ambient."
+ # dch -r ''
+
+ # git status --ignored
+ # git clean -fdx
+ # - action: deb
+
obnam.org:
image: ~/tmp/ambient/ambient-boot.qcow2
source: ~/pers/obnam/obnam.org/src