-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into glow-preview-wf32
Also upgrade to 5.0.0.Final of the WildFly maven plugin
- Loading branch information
Showing
585 changed files
with
7,631 additions
and
55,546 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# Quickstarts that should not be tested on OpenShift. | ||
# One per line with no trailing spaces, and make sure to have a newline at the end | ||
# microprofile-reactive-messaging-kafka | ||
micrometer | ||
opentelemetry-tracing | ||
|
34 changes: 6 additions & 28 deletions
34
.ci/openshift-ci/build-root/scripts/qs-overrides/micrometer/overridable-functions.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,9 @@ | ||
function runPostHelmInstallCommands() { | ||
oc apply -f charts/opentelemetry-collector.yaml | ||
echo "Applying all OpenTelemetry Collector resources" | ||
oc apply -f charts/opentelemetry-collector.yaml | ||
} | ||
|
||
|
||
function getMvnVerifyExtraArguments() | ||
{ | ||
mgmtHostRoute=$(oc get route otelcol-grpc --template='{{ .spec.host }}') | ||
echo "-Dopentelemetry.collector.host=https://opentelemetry" | ||
} | ||
|
||
|
||
function cleanPrerequisites() | ||
{ | ||
echo "Removing all opentelemetry-tracing resources" | ||
oc delete route otelcol-grpc | ||
oc delete route otelcol-prometheus | ||
oc delete service opentelemetrycollector | ||
oc delete deployment opentelemetrycollector | ||
oc delete configmap collector-config | ||
} | ||
|
||
|
||
function testsFailed() { | ||
echo "----> Getting status of all pods" | ||
oc get pods | ||
echo "----> Checking logs for postgres pod" | ||
echo oc logs todo-backend-postgresql-0 | ||
echo "----> Checking events" | ||
oc get events | ||
} | ||
function cleanPrerequisites() { | ||
echo "Deleting all OpenTelemetry Collector resources" | ||
oc delete -f charts/opentelemetry-collector.yaml | ||
} |
9 changes: 9 additions & 0 deletions
9
...enshift-ci/build-root/scripts/qs-overrides/opentelemetry-tracing/overridable-functions.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
function runPostHelmInstallCommands() { | ||
echo "Applying all OpenTelemetry Collector resources" | ||
oc apply -f charts/opentelemetry-collector.yaml | ||
} | ||
|
||
function cleanPrerequisites() { | ||
echo "Deleting all OpenTelemetry Collector resources" | ||
oc delete -f charts/opentelemetry-collector.yaml | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: WildFly ejb-multi-server Quickstart CI | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
paths: | ||
- 'ejb-multi-server/**' | ||
- '.github/workflows/quickstart_ci.yml' | ||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
with: | ||
QUICKSTART_PATH: ejb-multi-server | ||
TEST_PROVISIONED_SERVER: false | ||
TEST_OPENSHIFT: false |
17 changes: 17 additions & 0 deletions
17
.github/workflows/quickstart_helloworld-mutual-ssl-secured_ci.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: WildFly helloworld-mutual-ssl-secured Quickstart CI | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
paths: | ||
- 'helloworld-mutual-ssl-secured/**' | ||
- '.github/workflows/quickstart_ci.yml' | ||
|
||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
with: | ||
QUICKSTART_PATH: helloworld-mutual-ssl-secured | ||
SERVER_PROVISIONING_SERVER_HOST: https://localhost:8443/ | ||
TEST_PROVISIONED_SERVER: true | ||
TEST_OPENSHIFT: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: WildFly helloworld-mutual-ssl Quickstart CI | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
paths: | ||
- 'helloworld-mutual-ssl/**' | ||
- '.github/workflows/quickstart_ci.yml' | ||
|
||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
with: | ||
QUICKSTART_PATH: helloworld-mutual-ssl | ||
SERVER_PROVISIONING_SERVER_HOST: https://localhost:8443/ | ||
TEST_PROVISIONED_SERVER: true | ||
TEST_OPENSHIFT: false |
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
.github/workflows/quickstart_security-domain-to-domain_ci.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: WildFly security-domain-to-domain Quickstart CI | ||
|
||
on: | ||
pull_request: | ||
types: [opened, synchronize, reopened, ready_for_review] | ||
paths: | ||
- 'security-domain-to-domain/**' | ||
- .github/workflows/quickstart_ci.yml | ||
|
||
jobs: | ||
call-quickstart_ci: | ||
uses: ./.github/workflows/quickstart_ci.yml | ||
with: | ||
QUICKSTART_PATH: security-domain-to-domain | ||
DEPLOYMENT_DIR: ear | ||
TEST_PROVISIONED_SERVER: true | ||
TEST_OPENSHIFT: false | ||
MVN_COMMAND: install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[allowlist] | ||
description = "Global Allowlist" | ||
|
||
# Ignore based on any subset of the file path | ||
paths = [ | ||
|
||
# Ignore some long path | ||
'''microprofile-jwt\/private.pem''', | ||
|
||
] |
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @emmartins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.