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

CI: Pushing app does not trigger the tekton workflow #32

Closed
flaviodsr opened this issue Mar 17, 2021 · 3 comments
Closed

CI: Pushing app does not trigger the tekton workflow #32

flaviodsr opened this issue Mar 17, 2021 · 3 comments
Labels
area/ci bug Something isn't working
Projects

Comments

@flaviodsr
Copy link
Member

When running the acceptance tests there are cases where running the push app test does not trigger the tekton workflow, hence the test fails as it times out waiting for the app to finish deploying.

@flaviodsr flaviodsr added bug Something isn't working area/ci labels Mar 17, 2021
@jsuchome
Copy link
Member

yeah, i've also seen this, do you already know what could be the issue?

@alfsuse alfsuse added this to To do in Fuseml Repo via automation Mar 17, 2021
@flaviodsr
Copy link
Member Author

Logs from the listener:

{"level":"info","ts":"2021-03-18T14:34:20.355Z","caller":"logging/config.go:116","msg":"Logging level set to: info","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"knative.dev/pkg@v0.0.0-20210107022335-51c72e24c179/logging/config.go","line":"116","function":"knative.dev/pkg/logging.newLoggerFromConfig"}}
{"level":"info","ts":"2021-03-18T14:34:20.355Z","caller":"logging/config.go:78","msg":"Fetch GitHub commit ID from kodata failed","error":"open /var/run/ko/HEAD: no such file or directory","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"knative.dev/pkg@v0.0.0-20210107022335-51c72e24c179/logging/config.go","line":"78","function":"knative.dev/pkg/logging.enrichLoggerWithCommitID"}}
{"level":"info","ts":"2021-03-18T14:34:20.356Z","logger":"eventlistener","caller":"logging/logging.go:47","msg":"Starting the Configuration eventlistener","knative.dev/controller":"eventlistener","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"github.com/tektoncd/triggers/pkg/logging/logging.go","line":"47","function":"github.com/tektoncd/triggers/pkg/logging.ConfigureLogging"}}
{"level":"info","ts":"2021-03-18T14:34:20.457Z","logger":"eventlistener","caller":"eventlistenersink/main.go:76","msg":"EventListener pod started","knative.dev/controller":"eventlistener","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"github.com/tektoncd/triggers/cmd/eventlistenersink/main.go","line":"76","function":"main.main"}}
{"level":"info","ts":"2021-03-18T14:34:20.458Z","logger":"eventlistener","caller":"eventlistenersink/main.go:119","msg":"Listen and serve on port 8000","knative.dev/controller":"eventlistener","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"github.com/tektoncd/triggers/cmd/eventlistenersink/main.go","line":"119","function":"main.main"}}
{"level":"error","ts":"2021-03-18T14:34:40.112Z","logger":"eventlistener","caller":"sink/sink.go:80","msg":"Error getting EventListener mlflow-listener in Namespace fuseml-workloads: eventlistener.triggers.tekton.dev \"mlflow-listener\" not found","knative.dev/controller":"eventlistener","logging.googleapis.com/labels":{},"logging.googleapis.com/sourceLocation":{"file":"github.com/tektoncd/triggers/pkg/sink/sink.go","line":"80","function":"github.com/tektoncd/triggers/pkg/sink.Sink.HandleEvent"},"stacktrace":"github.com/tektoncd/triggers/pkg/sink.Sink.HandleEvent\n\tgithub.com/tektoncd/triggers/pkg/sink/sink.go:80\nnet/http.HandlerFunc.ServeHTTP\n\tnet/http/server.go:2042\nnet/http.(*ServeMux).ServeHTTP\n\tnet/http/server.go:2417\nnet/http.(*timeoutHandler).ServeHTTP.func1\n\tnet/http/server.go:3272"}

@stefannica
Copy link
Member

Issue wasn't seen lately, probably fixed by updating the tekton version.

Closing for now, please re-open if still reproducible with the new fuseml-core service driven pipeline management.

Fuseml Repo automation moved this from To do to Done Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci bug Something isn't working
Projects
No open projects
Fuseml Repo
  
Done
Development

No branches or pull requests

3 participants