Skip to content

Commit

Permalink
Re-enable upload-to-blob tests (#2651)
Browse files Browse the repository at this point in the history
* Re-enable upload to blob tests

* Add stages/jobs to enable and disable storage account for testing
  • Loading branch information
ewertons authored Oct 7, 2024
1 parent b8af2f4 commit 7afef61
Show file tree
Hide file tree
Showing 7 changed files with 1,074 additions and 1,040 deletions.
2,102 changes: 1,068 additions & 1,034 deletions build/.vsts-ci.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jenkins/ubuntu_c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --config Debug "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --config Debug "$@" #-x
[ $? -eq 0 ] || exit $?

2 changes: 1 addition & 1 deletion jenkins/ubuntu_c_ipv6_dual_stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --use-ipv6-dualstack --config Debug "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --use-ipv6-dualstack --config Debug "$@" #-x
[ $? -eq 0 ] || exit $?
2 changes: 1 addition & 1 deletion jenkins/ubuntu_c_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --config Release "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmx509 --use-edge-modules --config Release "$@" #-x
[ $? -eq 0 ] || exit $?

2 changes: 1 addition & 1 deletion jenkins/ubuntu_c_riot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmriot --use-edge-modules "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --provisioning --use-hsmsymmkey --use-hsmsas --use-hsmriot --use-edge-modules "$@" #-x
[ $? -eq 0 ] || exit $?

2 changes: 1 addition & 1 deletion jenkins/ubuntu_clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --config Debug "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --config Debug "$@" #-x
[ $? -eq 0 ] || exit $?

2 changes: 1 addition & 1 deletion jenkins/ubuntu_clang_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ build_root=$(cd "$(dirname "$0")/.." && pwd)
cd $build_root

# -- C --
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --no_uploadtoblob --config Release "$@" #-x
./build_all/linux/build.sh --run-unittests --run_valgrind --run-e2e-tests --config Release "$@" #-x
[ $? -eq 0 ] || exit $?

0 comments on commit 7afef61

Please sign in to comment.