opendevstack / ods-quickstarters

Contains project quickstarters (boilerplates) for Nginx, Go, Java (Spring Boot), Python (Flask), Rust (Axum), Scala (Play), TypeScript (Express), Angular, Ionic, Jupyter, RShiny - all including CI/CD integration & Jenkins build agents
Apache License 2.0
25 stars 39 forks source link

E2E spock quickstarter - performance! #294

Open clemensutschig opened 4 years ago

clemensutschig commented 4 years ago

Describe the bug The spock quickstarter is mega slow (naked execution ~5mins)

  1. gradle version download ~7secs
  2. spock lib dependencies (2m11s pure load time)
  3. 3 times compile etc in gradle (one for each category of tests)
  4. allwaysPullImage set to true / default (depends on the node you run on, and your INF settings)

@metmajer - you also hit this in the sockshop demo

clemensutschig commented 4 years ago

@martsec - is this something you folks can look into ... ? especially the 6* compile steps - are eating a good minute ...

martsec commented 4 years ago

@hrcornejo Can you check-it out?

michaelsauter commented 4 years ago

Taking this off from v3 as it does not block the release. It works as-is, it's just super slow.