Skip to content

Commit

Permalink
Improve CRUD suite runtime (#7208)
Browse files Browse the repository at this point in the history
* Improve CRUD suite runtime~

* refactor to use ginkgo decorators

* fix IAM service account

* change cluster name

* remove duplicate cluster workloads test

* refactor describe stacks test
  • Loading branch information
TiberiuGC authored Oct 30, 2023
1 parent 4c99ffb commit e3c4df6
Show file tree
Hide file tree
Showing 5 changed files with 966 additions and 1,218 deletions.
18 changes: 18 additions & 0 deletions integration/scripts/ginkgo-parallel-procs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/sh

PARALLEL_PROCS="-p -procs="

case $1 in
"crud")
echo "${PARALLEL_PROCS}5"
;;
"managed")
echo "${PARALLEL_PROCS}5"
;;
"windows")
echo "${PARALLEL_PROCS}3"
;;
*)
echo ""
;;
esac
Loading

0 comments on commit e3c4df6

Please sign in to comment.