Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure pipelines cover only subset of modules (43/60) for native runs #4910

Closed
rsvoboda opened this issue Oct 27, 2019 · 1 comment · Fixed by #4915
Closed

Azure pipelines cover only subset of modules (43/60) for native runs #4910

rsvoboda opened this issue Oct 27, 2019 · 1 comment · Fixed by #4915
Labels
kind/bug Something isn't working
Milestone

Comments

@rsvoboda
Copy link
Member

Azure pipelines are missing several modules for native runs

There are 60 modules under integration-tests and 43 of them are executed in native mode

find integration-tests -mindepth 1 -maxdepth 1 -type d | wc -l
      60
yq r azure-pipelines.yml stages[3].jobs.*.parameters.modules | wc -l
      43

for i in `find integration-tests -mindepth 1 -maxdepth 1 -type d | xargs basename `; do
     MATCHING_TEMPLATE=`yq r azure-pipelines.yml stages[3].jobs.*.parameters.modules | sed "s/- //g" | sed "s/ //g " | grep "^$i$"`
     if [ "$i" != "$MATCHING_TEMPLATE" ]; then
         echo "$i"
     fi
done

elytron-security-jdbc
amazon-lambda-http-it
infinispan-embedded
maven
elytron-undertow
kotlin
kogito-maven
class-transformer
common-jpa-entities
scala
reactive-mysql-client
elytron-resteasy
vault-agroal
kubernetes
narayana-jta
shared-library
vault
@rsvoboda rsvoboda added the kind/bug Something isn't working label Oct 27, 2019
@gsmet
Copy link
Member

gsmet commented Oct 27, 2019

Just a note that we need to be careful because some of them are not designed to be run in native, and some of them are just modules used in other tests.

So not all of them should be added.

But for sure, some are missing.

stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Oct 28, 2019
stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue Oct 28, 2019
@gsmet gsmet added this to the 0.27.0 milestone Oct 29, 2019
mmusgrov pushed a commit to mmusgrov/quarkus that referenced this issue Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants