From c07a83a847e137a33ea130d6254aa7e2507574c5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 13 Jan 2024 19:39:54 +0200 Subject: ambient.yaml: add disabled obnam-benchmark Signed-off-by: Lars Wirzenius Sponsored-by: author --- ambient.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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 -- cgit v1.2.1