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

Fix DSL check #232

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

radtriste
Copy link
Contributor

Description of the change:

Motivation for the change:

Checklist

  • Add or Modify a unit test for your change
  • Have you verified that tall the tests are passing?
How to backport a pull request to a different branch?

In order to automatically create a backporting pull request please add one or more labels having the following format backport-<branch-name>, where <branch-name> is the name of the branch where the pull request must be backported to (e.g., backport-7.67.x to backport the original PR to the 7.67.x branch).

NOTE: backporting is an action aiming to move a change (usually a commit) from a branch (usually the main one) to another one, which is generally referring to a still maintained release branch. Keeping it simple: it is about to move a specific change or a set of them from one branch to another.

Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.

If something goes wrong, the author will be notified and at this point a manual backporting is needed.

NOTE: this automated backporting is triggered whenever a pull request on main branch is labeled or closed, but both conditions must be satisfied to get the new PR created.

@radtriste radtriste changed the title KOGITO-9725 DSL cleanup: Remove kogito-bdd check Fix DSL check Aug 21, 2023
@kie-ci
Copy link

kie-ci commented Aug 21, 2023

Openshift tests job #422 was: ABORTED
Possible explanation: Most probably a timeout, please review

Please look here: https://jenkins-kogito-tools.kogito-cluster-0ad6762cc85bcef5745bb684498c2436-0000.us-south.containers.appdomain.cloud/job/kogito/job/kogito-serverless-operator-PR-check/422/display/redirect
See console log:

Console Logs /home/jenkins/agent/workspace/kogito/kogito-serverless-operator-PR-check/bin/controller-gen object:headerFile="hack/boilerplate.go.txt" paths="./api/..." paths="./container-builder/api/..."
/home/jenkins/agent/workspace/kogito/kogito-serverless-operator-PR-check/bin/controller-gen rbac:roleName=manager-role crd:allowDangerousTypes=true webhook paths="./api/..." paths="./controllers/..." output:crd:artifacts:config=config/crd/bases
test -s /home/jenkins/agent/workspace/kogito/kogito-serverless-operator-PR-check/bin/setup-envtest || GOBIN=/home/jenkins/agent/workspace/kogito/kogito-serverless-operator-PR-check/bin go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
go: downloading sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20230817155522-304027bcbe4b
go: downloading sigs.k8s.io/controller-runtime v0.15.1
go: downloading github.com/go-logr/zapr v1.2.0
go: downloading go.uber.org/zap v1.19.1
go: downloading github.com/spf13/afero v1.6.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go vet ./...
go: downloading github.com/stretchr/testify v1.8.2
go: downloading github.com/onsi/ginkgo/v2 v2.9.5
go: downloading github.com/onsi/gomega v1.27.7
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/onsi/ginkgo v1.16.5
Aborted by unknown
Sending interrupt signal to process
/opt/tools/golang/1.19/go/pkg/tool/linux_amd64/vet: signal: terminated
/opt/tools/golang/1.19/go/pkg/tool/linux_amd64/vet: signal: terminated
go build github.com/pb33f/libopenapi/what-changed: /opt/tools/golang/1.19/go/pkg/tool/linux_amd64/compile: signal: terminated
make: *** [Makefile:114: vet] Terminated
script returned exit code 2
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push image to Openshift Registry)
Stage "Push image to Openshift Registry" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run e2e tests)
Stage "Run e2e tests" skipped due to earlier failure(s)
[Pipeline] stage
[Pipeline] { (Running e2e tests)
Stage "Run e2e tests" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] sh
+ wget --no-check-certificate -qO - https://jenkins-kogito-tools.kogito-cluster-0ad6762cc85bcef5745bb684498c2436-0000.us-south.containers.appdomain.cloud/job/kogito/job/kogito-serverless-operator-PR-check/422/api/json
[Pipeline] readJSON
[Pipeline] sh

@radtriste radtriste merged commit b2cfbdf into apache:main Aug 21, 2023
5 checks passed
@radtriste radtriste deleted the remove_kogito-bdd-pr-check branch August 21, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants