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

Add odo v3 tests and break validation tests into separate jobs #132

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

kadel
Copy link
Member

@kadel kadel commented Sep 29, 2022

What does this PR do?:

Add new tests that validate that all devfiles and all starter projects are working with odo.

Currently, there are a few skipped tests:

  • stack: java-openliberty-gradle starter: rest
  • stack: java-vertx starter: vertx-cache-example-redhat
  • stack: java-vertx starter: vertx-cache-example
  • stack: java-vertx starter: vertx-circuit-breaker-example-redhat
  • stack: java-vertx starter: vertx-circuit-breaker-example
  • stack: java-vertx starter: vertx-crud-example-redhat
  • stack: java-vertx starter: vertx-crud-example
  • stack: java-vertx starter: vertx-http-example-redhat
  • stack: java-vertx starter: vertx-istio-circuit-breaker-booster
  • stack: java-vertx starter: vertx-istio-distributed-tracing-booster
  • stack: java-vertx starter: vertx-istio-routing-booster
  • stack: java-vertx starter: vertx-istio-security-booster
  • stack: java-vertx starter: vertx-messaging-work-queue-booster
  • stack: java-websphereliberty-gradle starter: rest
  • stack: java-wildfly-bootable-jar
  • stack: java-wildfly

I'm going to test each failed scenario manually to determine the cause of the failure.

Some failures are due to the starter project not being able to start without additional code.
Some failures will be due to the test not being able to correctly detect the application is running.

I'll address all issues in separate PRs.
I would like to get this PR merged so we can be sure that we are not breaking the stacks currently working.

This PR also breaks check_nonterminating check_odov2 and check_odov3 tests into jobs, so they are executed parallelly, and we have quicker feedback on the PRs.

Which issue(s) this PR fixes:

PR acceptance criteria:

  • Contributing guide
    Have you read the devfile registry contributing guide and followed its instructions?
  • Test automation
    Does this repository's tests pass with your changes?
  • Documentation
    Does any documentation need to be updated with your changes?
  • Check Tools Provider
    Have you tested the changes with existing tools, i.e. Odo, Che, Console? (See devfile registry contributing guide on how to test changes)

How to test changes / Special notes to the reviewer:

Signed-off-by: Tomas Kral <tkral@redhat.com>
Signed-off-by: Tomas Kral <tkral@redhat.com>
Signed-off-by: Tomas Kral <tkral@redhat.com>
@kadel kadel requested review from johnmcollier and removed request for maxandersen and christoph-jerolimov September 29, 2022 13:02
@kadel kadel changed the title Add odo v3 tests and break jobs into separate workflows Add odo v3 tests and break jobs into separate jobs Sep 29, 2022
Signed-off-by: Tomas Kral <tkral@redhat.com>
@kadel kadel changed the title Add odo v3 tests and break jobs into separate jobs Add odo v3 tests and break validation tests into separate jobs Sep 30, 2022
@kadel
Copy link
Member Author

kadel commented Sep 30, 2022

/retest

@openshift-ci openshift-ci bot added the lgtm Looks good to me label Oct 4, 2022
@openshift-ci
Copy link

openshift-ci bot commented Oct 4, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johnmcollier, kadel

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved label Oct 4, 2022
@kadel
Copy link
Member Author

kadel commented Oct 7, 2022

@johnmcollier, who can merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm Looks good to me
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants