From abe16bcb072de2a398345111c2f7d1ad7b4f87cb Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 29 Mar 2023 07:19:08 +0200 Subject: [PATCH] el5 --- .drone.jsonnet | 3 ++- .drone.yml | 28 ++++++++++++++-------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 4b090967b..819bb8caa 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -29,7 +29,8 @@ local targets = [ // { "os": "linux", distro: "redhat", "name": "el9", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, // { "os": "linux", distro: "redhat", "name": "el8", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, // { "os": "linux", distro: "redhat", "name": "el7", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, - { "os": "linux", distro: "redhat", "name": "el6", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, +// { "os": "linux", distro: "redhat", "name": "el6", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, + { "os": "linux", distro: "redhat", "name": "el5", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, // { "os": "linux", distro: "ubuntu", "name": "jammy", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, // { "os": "linux", distro: "ubuntu", "name": "jessie", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, // { "os": "windows", distro: "windows", "name": "windows", "isas": [ "amd64" ], "events": [ "push", "tag", "custom" ] }, diff --git a/.drone.yml b/.drone.yml index 4f800153d..ce7846d0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,27 +2,27 @@ clone: depth: 1 kind: pipeline -name: el6 amd64 build +name: el5 amd64 build platform: os: linux pull: always steps: - commands: - - ./ci/scripts/build.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} + - ./ci/scripts/build.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: build when: event: - push - commands: - - ./ci/scripts/build.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} + - ./ci/scripts/build.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: release when: event: - tag - commands: - - ./ci/scripts/publish.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} + - ./ci/scripts/publish.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: copy build volumes: @@ -32,7 +32,7 @@ steps: event: - push - commands: - - ./ci/scripts/publish.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} + - ./ci/scripts/publish.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: copy relase volumes: @@ -58,15 +58,15 @@ volumes: clone: depth: 1 depends_on: -- el6 amd64 build +- el5 amd64 build kind: pipeline -name: el6 index +name: el5 index platform: os: linux pull: always steps: - commands: - - /usr/local/bin/index zerotier-builds redhat el6 amd64 + - /usr/local/bin/index zerotier-builds redhat el5 amd64 environment: GPG_PRIVATE_KEY: from_secret: gpg-private-key @@ -79,7 +79,7 @@ steps: event: - push - commands: - - /usr/local/bin/index zerotier-releases redhat el6 amd64 + - /usr/local/bin/index zerotier-releases redhat el5 amd64 environment: GPG_PRIVATE_KEY: from_secret: gpg-private-key @@ -108,15 +108,15 @@ volumes: clone: depth: 1 depends_on: -- el6 index +- el5 index kind: pipeline -name: el6 amd64 test +name: el5 amd64 test platform: os: linux pull: always steps: - commands: - - ./ci/scripts/test.sh el6 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} + - ./ci/scripts/test.sh el5 redhat amd64 100.0.0+${DRONE_COMMIT_SHA:0:8} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: test build volumes: @@ -126,7 +126,7 @@ steps: event: - push - commands: - - ./ci/scripts/test.sh el6 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} + - ./ci/scripts/test.sh el5 redhat amd64 ${DRONE_TAG} ${DRONE_BUILD_EVENT} image: 084037375216.dkr.ecr.us-east-2.amazonaws.com/honda-builder name: test release volumes: @@ -150,6 +150,6 @@ volumes: name: zerotier-releases --- kind: signature -hmac: 0c18860540ec23fe2a3d081f5b76e75f61b9a8258cc82eda98950242e84ab1ec +hmac: ae0cda8013ad7f0832be07ef67b5742e7c0e07f0df26c9995eb95f9b993181b7 ...