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

for single component applications keep the contexts as pull_request #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pramodbindal
Copy link
Contributor

No description provided.

@pramodbindal
Copy link
Contributor Author

@vdemeester @savitaashture

@@ -349,8 +349,14 @@ func generateKonflux(application k.Application, target string) error {
if err := generateFileFromTemplate("application.yaml", application, filepath.Join(target, application.Version, "application.yaml")); err != nil {
return err
}
if err := generateFileFromTemplate("tests.yaml", application, filepath.Join(target, application.Version, "tests.yaml")); err != nil {
return err
if len(application.Components) == 1 {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

even for multiple components for pull_request i don't see EC running sometime
ex: openshift-pipelines/tektoncd-pipeline#278

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets keep the PR open for some time.

As this PR is merged so there is no much data. we will try to find some other PR where EC not triggered and then check their configuration.

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.

2 participants