use set -ex in all bazel scripts

pull/17009/head
Jan Tattermusch 6 years ago
parent 008775c416
commit 3c2f3e1eb3
  1. 2
      tools/internal_ci/linux/grpc_asan_on_foundry.sh
  2. 2
      tools/internal_ci/linux/grpc_bazel_on_foundry_dbg.sh
  3. 2
      tools/internal_ci/linux/grpc_bazel_on_foundry_opt.sh
  4. 2
      tools/internal_ci/linux/grpc_tsan_on_foundry.sh
  5. 2
      tools/internal_ci/linux/grpc_ubsan_on_foundry.sh
  6. 2
      tools/internal_ci/linux/pull_request/grpc_asan_on_foundry.sh
  7. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_on_foundry_dbg.sh
  8. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_on_foundry_opt.sh
  9. 2
      tools/internal_ci/linux/pull_request/grpc_tsan_on_foundry.sh
  10. 2
      tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
export UPLOAD_TEST_RESULTS=true
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=asan --cache_test_results=no

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
export UPLOAD_TEST_RESULTS=true
EXTRA_FLAGS="-c dbg --test_timeout=300,450,1200,3600 --cache_test_results=no"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
export UPLOAD_TEST_RESULTS=true
EXTRA_FLAGS="-c opt --test_timeout=300,450,1200,3600 --cache_test_results=no"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
export UPLOAD_TEST_RESULTS=true
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=tsan --cache_test_results=no

@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
export UPLOAD_TEST_RESULTS=true
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=ubsan --cache_test_results=no

@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=asan

@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
EXTRA_FLAGS="-c dbg --test_timeout=300,450,1200,3600"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

@ -13,5 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
EXTRA_FLAGS="-c opt --test_timeout=300,450,1200,3600"
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh "${EXTRA_FLAGS}"

@ -13,4 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=tsan

@ -13,4 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
set -ex
github/grpc/tools/internal_ci/linux/grpc_bazel_on_foundry_base.sh --config=ubsan

Loading…
Cancel
Save