Resolves "unsupported image (OpenJDK13) used for init container"
using supported jdk version and updated init gen.sh script to not use openssl as that library does not exist on supported jdk versions
Closes #21
Merge request reports
Activity
assigned to @jaredmladner
added 2 commits
added 1 commit
- e546dab0 - upgrading mysql chart; downgrading gluon chart
@jaredmladner This merge request is unlabelled and not marked as draft. Please add one or more labels.
To mark as draft prefix this merge request title with
Draft:
If this merge request is ready for review remove
Draft:
and label statusreviewMR Title Keywords
To easily adjust the pipeline behavior without a commit, keywords can be placed in the title of Merge Requests.
Supported keywords:
-
DEBUG
-- Enables debug mode. This will set -x in shell scripts so each command is printed before it runs, and dumps information such as the networking configuration (virtual services, gateways, dns, /etc/hosts files), cluster information (kustomize, cluster resources, memory and cpu usage), and dumps the cluster logs. -
SKIP UPGRADE
-- Skips the upgrade test stage of a pipeline. -
SKIP UPDATE CHECK
-- Skips the check in the configuration validation stage to see if the chart version was incremented. -
SKIP INTEGRATION
-- Skips the integration stage which is used in the third-party and sandbox pipelines.
MR Labels
Similar to the MR title keywords described above, gitlab labels can be added to Merge Requests to adjust CI pipeline behavior.
Labels for BigBang MRs
- all-packages -- Enables all BigBang packages. This will typically cause the cluster to run slower due to the increased resource usage, so it can be helpful in making sure any timeouts you've set aren't too short or check for any conflicts between packages, etc.
-
<package-name>
-- Adding a package name as a label will enable that package. - test-ciinfra -- Add stages to provision and destroy the cloud infrastructure where the tests will run.
Labels for BigBang and package MRs
- test-cirelease -- Test the release CI, which includes the package and release stages.
- disable-ci -- Disables all pipeline runs.
- kinddocs -- For MRs with only document changes. Won't run any pipelines.
- skip-bb-mr -- Will skip the auto-creation of a merge request into BigBang.
-
added needs-labels label
added fortify kindenhancement priority5 labels
removed needs-labels label
added statusblocked label
added 1 commit
- ef331d2d - removing keytool dependency and using openssl
removed statusblocked label
added statusreview label
mentioned in commit 5269e029
mentioned in merge request big-bang/bigbang!3091 (merged)