From b6db94d26541b7f5e8618bdbc7e8ccb5588f71e5 Mon Sep 17 00:00:00 2001 From: davidko Date: Sun, 15 Oct 2023 23:56:26 +0800 Subject: [PATCH] ci: pause integration testing for s390x Signed-off-by: davidko --- .drone.yml | 2 +- scripts/ci-without-it | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 scripts/ci-without-it diff --git a/.drone.yml b/.drone.yml index bfd77ee30..0596e0451 100644 --- a/.drone.yml +++ b/.drone.yml @@ -234,7 +234,7 @@ steps: pull: default image: rancher/dapper:v0.5.8 commands: - - dapper ci + - dapper ci-without-it privileged: true volumes: - name: socket diff --git a/scripts/ci-without-it b/scripts/ci-without-it new file mode 100755 index 000000000..0b9feb6b6 --- /dev/null +++ b/scripts/ci-without-it @@ -0,0 +1,10 @@ +#!/bin/bash +set -e + +cd $(dirname $0) + +./prebuild +./build +./validate +./test +./package