Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update repo by service bot #125

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 0 additions & 44 deletions .semaphore/project.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .semaphore/project_public.yml

This file was deleted.

49 changes: 26 additions & 23 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: v1.0
name: build-test-release
agent:
machine:
type: s1-prod-ubuntu22-04-amd64-1
type: s1-prod-ubuntu24-04-amd64-1

auto_cancel:
running:
Expand All @@ -25,16 +25,19 @@ global_job_config:
prologue:
commands:
- checkout
- git submodule update --init --recursive
- cd deps/librdkafka
- git fetch origin
- git checkout v2.8.0
- cd ../../
- cache clear
- make show-args
- . vault-setup
- . vault-sem-get-secret ci-reporting
- . vault-sem-get-secret v1/ci/kv/service-foundations/cc-mk-include
- make init-ci
epilogue:
always:
commands:
- make epilogue-ci

blocks:
- name: "Linux amd64 (musl): Build and test"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand All @@ -48,7 +51,7 @@ blocks:
- docker run -v "$(pwd):/v" node:18-alpine /v/.semaphore/build-docker-alpine.sh

- name: "Linux arm64 (musl): Build and test"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand All @@ -59,10 +62,10 @@ blocks:
jobs:
- name: "Build from source and test for musl"
commands:
- docker run -v "$(pwd):/v" node:18-alpine /v/.semaphore/build-docker-alpine.sh
- docker run -v "$(pwd):/v" node:18-alpine /v/.semaphore/build-docker-alpine.sh

- name: "Linux arm64: Build and test"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand All @@ -88,7 +91,7 @@ blocks:
- make test

- name: "Linux amd64: Build, test, lint, docs"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand All @@ -115,9 +118,9 @@ blocks:
- name: "Docs"
commands:
- make docs

- name: "(SR) Linux amd64: test, e2e"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand All @@ -136,9 +139,9 @@ blocks:
commands:
- '[[ -z $DOCKERHUB_APIKEY ]] || docker login --username $DOCKERHUB_USER --password $DOCKERHUB_APIKEY'
- make integtest

- name: "Linux amd64: Performance"
dependencies: [ ]
dependencies: []
task:
agent:
machine:
Expand Down Expand Up @@ -174,7 +177,7 @@ blocks:
- rm -rf ./node_modules

- name: "Linux amd64: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -210,7 +213,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "Linux arm64: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -246,7 +249,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "Linux amd64 musl: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -282,7 +285,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "Linux arm64 musl: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -318,7 +321,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "macOS arm64/m1: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -353,7 +356,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "macOS Intel: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down Expand Up @@ -388,7 +391,7 @@ blocks:
- artifact push workflow "build/stage/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}" --destination "releases/${SEMAPHORE_GIT_TAG_NAME}/${ARTIFACT_KEY}"

- name: "Windows x64: Release"
dependencies: [ ]
dependencies: []
run:
when: "tag =~ '^v[0-9]\\.'"
task:
Expand Down