Skip to content

Commit

Permalink
Remove UFM from build (#41)
Browse files Browse the repository at this point in the history
- remove ufm from build_all.sh script
- remove ufm artifact collection from gitlab ci
- remove ufm artifact collection from codebuild buildspec
  • Loading branch information
velomatt authored Jun 16, 2023
1 parent 1081b70 commit 140d09d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@ build dss-sdk:
paths:
- df_out/nkv-target-*.tgz
- host_out/nkv-sdk-bin-*.tgz
- ufm/agents/nkv_agent/nkvagent-*.rpm
- ufm/fabricmanager/ufm-*.rpm
- ufm/ufm_msg_broker/ufmbroker-*.rpm
variables:
DSSGLOBLIST: "nkv-sdk-*.tgz nkv-target-*.tgz ufm-*.rpm ufmbroker-*.rpm nkvagent-*.rpm"
DSSGLOBLIST: "nkv-sdk-*.tgz nkv-target-*.tgz"
GIT_SUBMODULE_STRATEGY: recursive
cache:
<<: *sonar_cache
Expand Down
5 changes: 1 addition & 4 deletions buildspec/dss-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
SONAR_TOKEN: Codebuild-DSS:SONAR_TOKEN
DSSS3URI: Codebuild-DSS:DSSS3URI
variables:
DSSGLOBLIST: "nkv-sdk-*.tgz nkv-target-*.tgz ufm-*.rpm ufmbroker-*.rpm nkvagent-*.rpm"
DSSGLOBLIST: "nkv-sdk-*.tgz nkv-target-*.tgz"

phases:
build:
Expand All @@ -31,8 +31,5 @@ artifacts:
files:
- df_out/nkv-target-*.tgz
- host_out/nkv-sdk-bin-*.tgz
- ufm/agents/nkv_agent/nkvagent-*.rpm
- ufm/fabricmanager/ufm-*.rpm
- ufm/ufm_ufm_msg_broker/ufmbroker-*.rpm
discard-paths: yes
name: builds/dss-sdk/$CODEBUILD_BUILD_NUMBER
12 changes: 6 additions & 6 deletions scripts/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ pushd "${script_dir}"
exit
fi

echo "###############################"
echo "### Building UFM ###"
echo "###############################"
sleep 4
./build_nkv_agent.sh
./build_ufm.sh
# echo "###############################"
# echo "### Building UFM ###"
# echo "###############################"
# sleep 4
# ./build_nkv_agent.sh
# ./build_ufm.sh

popd

0 comments on commit 140d09d

Please sign in to comment.