From 6a330415be1a5621ab52b2c9780bdab8857cefbf Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Sat, 7 Dec 2024 23:37:37 +0530 Subject: [PATCH 1/8] testing pipelines Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 39493f20c..657c71a8d 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,6 +7,7 @@ expeditor: automatic: limit: 1 + steps: - label: ":linux: Validate Habitat Builds of Berkshelf" From 11eb792f16dc0d60f07bc34e9c8ffab621182e04 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Sat, 7 Dec 2024 23:50:59 +0530 Subject: [PATCH 2/8] testing pipelines Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 657c71a8d..39493f20c 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,7 +7,6 @@ expeditor: automatic: limit: 1 - steps: - label: ":linux: Validate Habitat Builds of Berkshelf" From 4c057c341b505775b43a23bbe9d1b55c316c0008 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Sun, 8 Dec 2024 00:02:28 +0530 Subject: [PATCH 3/8] testing pipelines Signed-off-by: nikhil2611 --- .expeditor/buildkite/artifact.habitat.test.sh | 0 habitat/tests/test.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .expeditor/buildkite/artifact.habitat.test.sh mode change 100644 => 100755 habitat/tests/test.sh diff --git a/.expeditor/buildkite/artifact.habitat.test.sh b/.expeditor/buildkite/artifact.habitat.test.sh old mode 100644 new mode 100755 diff --git a/habitat/tests/test.sh b/habitat/tests/test.sh old mode 100644 new mode 100755 From cd305550e2a82e85716266ea091eb14c6e17caa2 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Sun, 8 Dec 2024 00:25:54 +0530 Subject: [PATCH 4/8] added echo Signed-off-by: nikhil2611 --- habitat/tests/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/habitat/tests/test.sh b/habitat/tests/test.sh index 5858ae1ac..9f0ccdcb3 100755 --- a/habitat/tests/test.sh +++ b/habitat/tests/test.sh @@ -16,9 +16,11 @@ error () { [[ -n "$pkg_ident" ]] || error 'no hab package identity provided' package_version=$(awk -F / '{print $3}' <<<"$pkg_ident") +echo $package_version cd "${project_root}" echo "--- :mag_right: Testing ${pkg_ident} executables" actual_version=$(hab pkg exec "${pkg_ident}" berks -v | sed -E 's/.*: ([0-9]+\.[0-9]+\.[0-9]+).*/\1/') +echo $actual_version [[ "$package_version" = "$actual_version" ]] || error "Berkshelf version is not the expected version. Expected '$package_version', got '$actual_version'" From 5927efbf1fd874f6e73b7df753512514fda4a30c Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Sun, 8 Dec 2024 00:56:06 +0530 Subject: [PATCH 5/8] testing pipeline Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 39493f20c..657c71a8d 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,6 +7,7 @@ expeditor: automatic: limit: 1 + steps: - label: ":linux: Validate Habitat Builds of Berkshelf" From 87d370392c3ae6c9a8c743012a49eaa541f363e0 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 9 Dec 2024 17:18:09 +0530 Subject: [PATCH 6/8] testing pipeline Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 657c71a8d..39493f20c 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,7 +7,6 @@ expeditor: automatic: limit: 1 - steps: - label: ":linux: Validate Habitat Builds of Berkshelf" From 9a73c37ab073bedac88daa100877773666fa6e85 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 9 Dec 2024 17:29:28 +0530 Subject: [PATCH 7/8] testing pipeline Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 39493f20c..657c71a8d 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,6 +7,7 @@ expeditor: automatic: limit: 1 + steps: - label: ":linux: Validate Habitat Builds of Berkshelf" From 3830be1cea54cdcfa6ea438c3e49b363797b5404 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Mon, 9 Dec 2024 17:46:22 +0530 Subject: [PATCH 8/8] removed extra line added for testing Signed-off-by: nikhil2611 --- .expeditor/habitat-test.pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.expeditor/habitat-test.pipeline.yml b/.expeditor/habitat-test.pipeline.yml index 657c71a8d..39493f20c 100644 --- a/.expeditor/habitat-test.pipeline.yml +++ b/.expeditor/habitat-test.pipeline.yml @@ -7,7 +7,6 @@ expeditor: automatic: limit: 1 - steps: - label: ":linux: Validate Habitat Builds of Berkshelf"