Skip to content
Merged
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
70 changes: 0 additions & 70 deletions .buildkite/pipeline.release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,39 +50,6 @@ steps:
volumes:
- "/yum.buildkite.com"

- group: ":redhat: Publish Edge RPM Package to Buildkite Packages"
steps:
- name: ":redhat: Publish Edge {{matrix.pkg_arch}} RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "rpm/buildkite-agent_*_{{matrix.pkg_arch}}.rpm"
registry: "buildkite/agent-rpm-experimental"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-rpm-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm64", pkg_arch: "aarch64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64le" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- name: ":debian: Publish Edge Debian Package"
command: ".buildkite/steps/publish-debian-package.sh"
env:
Expand Down Expand Up @@ -114,43 +81,6 @@ steps:
- exit_status: 1
limit: 3

- group: ":debian: Publish Edge Debian Package to Buildkite Packages"
steps:
- name: ":debian: Publish Edge {{matrix.pkg_arch}} Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "deb/buildkite-agent_*_{{matrix.pkg_arch}}.deb"
registry: "buildkite/agent-deb-experimental"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-debian-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm"
- "armhf"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm", pkg_arch: "arm" }
- with: { go_arch: "armhf", pkg_arch: "armhf" }
- with: { go_arch: "arm64", pkg_arch: "arm64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64el" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- group: ":docker: Publish Edge Docker Images"
steps:
- name: ":docker: Publish Edge Images to {{matrix.registry}}"
Expand Down
72 changes: 0 additions & 72 deletions .buildkite/pipeline.release-oldstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ steps:
mount-buildkite-agent: true

- name: ":octocat: :rocket: Create Github Release (if necessary)"
skip: "TODO(v4 release): unskip when v3 no longer stable"
command: ".buildkite/steps/github-release.sh"
env:
CODENAME: "oldstable"
Expand Down Expand Up @@ -79,39 +78,6 @@ steps:
- exit_status: 1
limit: 3

- group: ":redhat: Publish Oldstable RPM Package to Buildkite Packages"
steps:
- name: ":redhat: Publish Oldstable {{matrix.pkg_arch}} RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "rpm/buildkite-agent_*_{{matrix.pkg_arch}}.rpm"
registry: "buildkite/agent-rpm-oldstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-rpm-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm64", pkg_arch: "aarch64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64le" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- name: ":debian: Publish Oldstable Debian Package"
command: ".buildkite/steps/publish-debian-package.sh"
env:
Expand Down Expand Up @@ -139,43 +105,6 @@ steps:
tmpfs:
- "/root/.gnupg"

- group: ":debian: Publish Oldstable Debian Package to Buildkite Packages"
steps:
- name: ":debian: Publish Oldstable {{matrix.pkg_arch}} Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "deb/buildkite-agent_*_{{matrix.pkg_arch}}.deb"
registry: "buildkite/agent-deb-oldstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-debian-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm"
- "armhf"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm", pkg_arch: "arm" }
- with: { go_arch: "armhf", pkg_arch: "armhf" }
- with: { go_arch: "arm64", pkg_arch: "arm64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64el" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- group: ":docker: Publish Oldstable Docker Images"
steps:
- name: ":docker: Publish Oldstable Images to {{matrix.registry}}"
Expand Down Expand Up @@ -207,7 +136,6 @@ steps:
- wait

- name: ":beer: Publish Oldstable Homebrew Package"
skip: "TODO(v4 release): unskip when v3 no longer stable"
command: ".buildkite/steps/release-homebrew.sh"
artifact_paths: "pkg/*.rb;pkg/*.json"
env:
Expand Down
70 changes: 0 additions & 70 deletions .buildkite/pipeline.release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,6 @@ steps:
- exit_status: 1
limit: 3

- group: ":redhat: Publish RPM Package to Buildkite Packages"
steps:
- name: ":redhat: Publish {{matrix.pkg_arch}} RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "rpm/buildkite-agent_*_{{matrix.pkg_arch}}.rpm"
registry: "buildkite/agent-rpm"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-rpm-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm64", pkg_arch: "aarch64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64le" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- name: ":debian: Publish Debian Package"
command: ".buildkite/steps/publish-debian-package.sh"
env:
Expand Down Expand Up @@ -138,43 +105,6 @@ steps:
tmpfs:
- "/root/.gnupg"

- group: ":debian: Publish Debian Package to Buildkite Packages"
steps:
- name: ":debian: Publish {{matrix.pkg_arch}} Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "deb/buildkite-agent_*_{{matrix.pkg_arch}}.deb"
registry: "buildkite/agent-deb"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-debian-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm"
- "armhf"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm", pkg_arch: "arm" }
- with: { go_arch: "armhf", pkg_arch: "armhf" }
- with: { go_arch: "arm64", pkg_arch: "arm64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64el" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- group: ":docker: Publish Docker Images"
steps:
- name: ":docker: Publish Docker Images to {{matrix.registry}}"
Expand Down
70 changes: 0 additions & 70 deletions .buildkite/pipeline.release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,39 +78,6 @@ steps:
- exit_status: 1
limit: 3

- group: ":redhat: Publish Unstable RPM Package to Buildkite Packages"
steps:
- name: ":redhat: Publish Unstable {{matrix.pkg_arch}} RPM Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "rpm/buildkite-agent_*_{{matrix.pkg_arch}}.rpm"
registry: "buildkite/agent-rpm-unstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-rpm-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm64", pkg_arch: "aarch64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64le" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- name: ":debian: Publish Unstable Debian Package"
command: ".buildkite/steps/publish-debian-package.sh"
env:
Expand Down Expand Up @@ -138,43 +105,6 @@ steps:
tmpfs:
- "/root/.gnupg"

- group: ":debian: Publish Unstable Debian Package to Buildkite Packages"
steps:
- name: ":debian: Publish Unstable {{matrix.pkg_arch}} Debian Package to Buildkite Packages"
plugins:
- publish-to-packages#v2.2.0:
artifacts: "deb/buildkite-agent_*_{{matrix.pkg_arch}}.deb"
registry: "buildkite/agent-deb-unstable"
artifact_build_id: "${BUILDKITE_TRIGGERED_FROM_BUILD_ID}"
attestations:
- "buildkite-agent-linux-{{matrix.go_arch}}.build-attestation.json"
- "buildkite-agent-debian-packages.package-attestation.json"
soft_fail: true
matrix:
setup:
go_arch:
- "amd64"
- "386"
- "arm"
- "armhf"
- "arm64"
- "ppc64"
- "ppc64le"
- "riscv64"
pkg_arch:
- "SKIP_FAKE_ARCH"
adjustments:
- with: { go_arch: "amd64", pkg_arch: "x86_64" }
- with: { go_arch: "386", pkg_arch: "i386" }
- with: { go_arch: "arm", pkg_arch: "arm" }
- with: { go_arch: "armhf", pkg_arch: "armhf" }
- with: { go_arch: "arm64", pkg_arch: "arm64" }
- with: { go_arch: "ppc64", pkg_arch: "ppc64" }
- with: { go_arch: "ppc64le", pkg_arch: "ppc64el" }
- with: { go_arch: "riscv64", pkg_arch: "riscv64" }
- with: { pkg_arch: "SKIP_FAKE_ARCH" }
skip: true

- group: ":docker: Publish Unstable Docker Images"
steps:
- name: ":docker: Publish Unstable Images to {{matrix.registry}}"
Expand Down
8 changes: 0 additions & 8 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@ steps:
- set-metadata
command: ".buildkite/steps/build-debian-packages.sh"
artifact_paths: "deb/**/*"
plugins:
- generate-provenance-attestation#v1.1.0:
artifacts: "deb/*"
attestation_name: "buildkite-agent-debian-packages.package-attestation.json"

- name: ":redhat: RPM Package build"
key: build-rpm-packages
Expand All @@ -421,10 +417,6 @@ steps:
- set-metadata
command: ".buildkite/steps/build-rpm-packages.sh"
artifact_paths: "rpm/**/*"
plugins:
- generate-provenance-attestation#v1.1.0:
artifacts: "rpm/*"
attestation_name: "buildkite-agent-rpm-packages.package-attestation.json"

- name: ":github: Build Github Release"
key: build-github-release
Expand Down
Loading
Loading