Remove refspec and add required builders
[infra/cicd.git] / jjb / cloud-infra / scripts / test-package.sh
index ef20ad087e05acc8b1b452b46e6735865fcea82b..6361664b3f9713c31a87dc2a374ab72af34ae02f 100644 (file)
@@ -30,18 +30,9 @@ if [[ "$GERRIT_PROJECT" != "infra/test" ]]; then
   cd "$WORKSPACE"
 fi
 
-# NOTE (fdegir): this variable is set by generate-change-metadata.sh script
-# if a dependency to engine repo is determined so we check out that refspec
-# to ensure we respect the dependency
-if [[ ! -z "${NORDIX_ENGINE_REFSPEC+x}" ]]; then
-  echo "Info  : Fetching dependent change ${NORDIX_ENGINE_REFSPEC} infra/engine"
-  git fetch "https://gerrit.nordix.org/infra/test" ${NORDIX_ENGINE_REFSPEC} && git checkout FETCH_HEAD
-fi
-
-echo "Info  : Packaging stack $STACK_TYPE"
+echo "Info  : Packaging test stack $STACK_TYPE"
 
 cd "$WORKSPACE/test"
 ./package.sh -s "$STACK_TYPE" -b "$STACK_VERSION" -d "$DISTRO" -v
 
 # vim: set ts=2 sw=2 expandtab:
-