[JBoss JIRA] (SWSQE-499) Configure automation jobs to start using clusters from pool
by Filip Brychta (Jira)
[ https://issues.jboss.org/browse/SWSQE-499?page=com.atlassian.jira.plugin.... ]
Filip Brychta resolved SWSQE-499.
---------------------------------
Resolution: Done
I updated the main pipeline configuration following way:
- can be triggered concurrently
- when OS_HOSTNAME parameter is empty, it will pick one free cluster from automation pool (b06, b12 clusters) and run there. It automatically blocks/releases the lock on the picked cluster.
- when OS_HOSTNAME parameter is not empty, it will run on specified cluster, but it will not BLOCK the cluster!!!. IMPORTANT: do not use clusters from automation pool to invoke this job manually because it will not block it so it's open for conflicts
Currently all jobs which are triggered automatically (kiali-core-pr-e2e-test, kiali-ui-pr-UI-test, python-ui-test-pr and Istio-and-Kiali-on-Openshift which is scheduled nightly) have empty OS_HOSTNAME parameter so they will run in automation pool.
> Configure automation jobs to start using clusters from pool
> -----------------------------------------------------------
>
> Key: SWSQE-499
> URL: https://issues.jboss.org/browse/SWSQE-499
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Filip Brychta
> Assignee: Filip Brychta
> Priority: Major
>
> We can use https://jenkins.io/doc/pipeline/steps/lockable-resources/ plugin to define cluster of OS clusters and then configure jobs to pick and lock free one.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months
[JBoss JIRA] (WFLY-11355) JDK11: An illegal reflective access operation has occurred
by Tomas Hofman (Jira)
[ https://issues.jboss.org/browse/WFLY-11355?page=com.atlassian.jira.plugin... ]
Tomas Hofman moved JBEAP-15844 to WFLY-11355:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-11355 (was: JBEAP-15844)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Server
(was: Server)
Affects Version/s: (was: 7.2.0.GA.CR1)
> JDK11: An illegal reflective access operation has occurred
> ----------------------------------------------------------
>
> Key: WFLY-11355
> URL: https://issues.jboss.org/browse/WFLY-11355
> Project: WildFly
> Issue Type: Bug
> Components: Server
> Reporter: Tomas Hofman
> Assignee: Tomas Hofman
> Priority: Critical
> Labels: Java11
>
> server prints infinispan warnings during deploying the deployment or start server with deployment:
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by org.infinispan.marshall.exts.SecurityActions (jar:file:/home/mkopecky/playground/eap/7.2.0.GA.CR1/jboss-eap-7.2/modules/system/layers/base/org/infinispan/main/infinispan-core-9.3.3.Final-redhat-00001.jar!/) to field java.util.DoubleSummaryStatistics.count
> WARNING: Please consider reporting this to the maintainers of org.infinispan.marshall.exts.SecurityActions
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> {noformat}
> This is follow up for JBEAP-15475, as [~jamezp] mentioned in [his comment|https://issues.jboss.org/browse/JBEAP-15475?focusedCommentId=1364...].
> cc: [~msvehla], [~rsvoboda]
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 8 months