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

GitHub job status are updated despite Presubmit skip_report being set to true #1385

Open
haysclark opened this issue Nov 11, 2021 · 0 comments

Comments

@haysclark
Copy link

haysclark commented Nov 11, 2021

My trigger file has skip_report: true enabled for my create Pipeline, however, the PR's still have create status appended.

apiVersion: config.lighthouse.jenkins-x.io/v1alpha1
kind: TriggerConfig
spec:
  presubmits:
  - name: pr
    context: "pr"
    always_run: true
    optional: false
    source: "pullrequest.yaml"
  - name: create
    context: "create"
    always_run: false
    optional: true
    max_concurrency: 1
    skip_report: true
    source: "create.yaml"
  - name: cleanup
    context: "cleanup"
    always_run: false
    require_run: true
    optional: true
    max_concurrency: 1
    source: "cleanup.yaml"
  postsubmits:
  - name: release
    context: "release"
    source: "release.yaml"
    branches:
    - ^main$
    - ^master$

You can see the create status in this screenshot:

Screen Shot 2021-11-10 at 4 31 55 PM

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

No branches or pull requests

1 participant