From 4cff4392d6d7b1fa471b026bd050059a5312a2c5 Mon Sep 17 00:00:00 2001 From: Bryan Beaudreault Date: Wed, 7 Dec 2022 11:46:56 -0500 Subject: [PATCH] Update blazar yaml for new modules, per original change from #28 --- hbase-compression/.blazar.yaml | 8 +++----- .../hbase-compression-aircompressor/.blazar.yaml | 8 +++----- hbase-compression/hbase-compression-brotli/.blazar.yaml | 8 +++----- hbase-compression/hbase-compression-lz4/.blazar.yaml | 8 +++----- hbase-compression/hbase-compression-snappy/.blazar.yaml | 8 +++----- hbase-compression/hbase-compression-xz/.blazar.yaml | 8 +++----- hbase-compression/hbase-compression-zstd/.blazar.yaml | 8 +++----- 7 files changed, 21 insertions(+), 35 deletions(-) diff --git a/hbase-compression/.blazar.yaml b/hbase-compression/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/.blazar.yaml +++ b/hbase-compression/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-aircompressor/.blazar.yaml b/hbase-compression/hbase-compression-aircompressor/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-aircompressor/.blazar.yaml +++ b/hbase-compression/hbase-compression-aircompressor/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-brotli/.blazar.yaml b/hbase-compression/hbase-compression-brotli/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-brotli/.blazar.yaml +++ b/hbase-compression/hbase-compression-brotli/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-lz4/.blazar.yaml b/hbase-compression/hbase-compression-lz4/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-lz4/.blazar.yaml +++ b/hbase-compression/hbase-compression-lz4/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-snappy/.blazar.yaml b/hbase-compression/hbase-compression-snappy/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-snappy/.blazar.yaml +++ b/hbase-compression/hbase-compression-snappy/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-xz/.blazar.yaml b/hbase-compression/hbase-compression-xz/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-xz/.blazar.yaml +++ b/hbase-compression/hbase-compression-xz/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment" diff --git a/hbase-compression/hbase-compression-zstd/.blazar.yaml b/hbase-compression/hbase-compression-zstd/.blazar.yaml index 770a30af8e84..f4d3c0d83d0f 100644 --- a/hbase-compression/hbase-compression-zstd/.blazar.yaml +++ b/hbase-compression/hbase-compression-zstd/.blazar.yaml @@ -1,3 +1,6 @@ +buildpack: + name: Blazar-Buildpack-Java + # Note: this blazar yaml has been copied to all of the maven submodules (EXCEPT hbase-assembly) so # that they can be properly configured. If you make changes to this, you will need to make sure all # submodules are also updated accordingly. If you added a new submodule, you'll need to make sure @@ -6,11 +9,6 @@ # Make sure to also check hbase-assembly/.blazar.yaml to see if any changes should be added there as well. # Prefer making changes to prepare_environment.sh instead, if possible. -buildpack: - host: git.hubteam.com - organization: HubSpotProtected - repository: Blazar-Buildpack-Java - branch: v2 before: - description: "Prepare build environment"