Skip to content

CEKit modules to build WildFly S2I images and the WildFly Cloud feature-pack.

Notifications You must be signed in to change notification settings

wildfly/wildfly-cekit-modules

Repository files navigation

wildfly-cekit-modules

A set of CEKit modules used to build WildFly S2I images and WildFly Cloud Galleon feature-pack.

These CEKit modules cover:

  • WildFly s2i implementation.
  • WildFly Galleon layers adjustment for the cloud.
  • Bash launch scripts executed when WildFly starts in WildFly s2i images.

Tests executed for new Pull request

  • bat tests are executed in all cases.
  • If the changes impact the WildFly s2i builder images, a WildFly s2i image is built and WildFly s2i behave tests are run
  • If the changes impact the WildFly cloud Galleon feature-pack, a custom cloud feature-pack is built and WildFly s2i behave tests are run with this custom cloud fp.

Behave tests execution

Steps

Behave tests are run when a PR is opened against the wildfly-cekit-modules repository with changes that impact the WildFLy cloud feature-pack or the WildFly s2i image. The github action workflow files are:

The steps are as follow:

  • Build an image to run behave tests against (according to the executed workflow file).
  • Then, for each behave feature files:
  • Execute the test, and redirect logs to test-logs-<feature file name>.txt
  • call docker system prune to release unreferenced images.
  • If a failure occurs, the workflow is aborted and the logs are collected.

Understanding the failure logs

The features test execution has been split into multiple executions due to created images resource consumption and log size. Each feature file has its own execution with its own log. When a failure occurs:

  • Check the Github action execution log. Note the feature file name that failed.
  • Download the log files.
  • Unzip the log files and search for the wildfly-s2i-test-logs/**/test-logs-<failing file>.txt file.
  • Access the end of the file: tail -f --lines 100 <path of the file>
  • You should see something like:
Failing scenarios:
  features/image/no-jdk11-legacy-s2i.feature:4  Test preview FP and preview cloud FP with legacy app.

1 feature passed, 1 failed, 0 skipped
9 scenarios passed, 1 failed, 0 skipped
38 steps passed, 1 failed, 3 skipped, 0 undefined
Took 8m17.543s

You can then grep the feature name inside the file, for example (Test preview FP and preview cloud FP with legacy app.) and look at the failure.

NOTE: The S2I build logs contain ERROR traces that are not actual errors, just traces. For example:

ERROR I0426 14:07:03.322859 349849 build.go:51] Running S2I version "v1.3.1"

You can ignore such traces. Search for Traceback, that is the stack trace of the failure.

About

CEKit modules to build WildFly S2I images and the WildFly Cloud feature-pack.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages