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

chore(infra-jobs): remove githubCheckNames #5025

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/jenkins-jobs_infra.ci.jenkins.io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,12 @@ jobsDefinition:
name: Puppet (jenkins-infra)
jenkinsfilePath: Jenkinsfile_updatecli
enableGitHubChecks: true
githubCheckName: "Updatecli (infra.ci.jenkins.io)"
branchIncludes: "production staging updatecli_* PR-* main"
disableTagDiscovery: true
kubernetes-management:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
enableGitHubChecks: true
githubCheckName: "Updatecli (infra.ci.jenkins.io)"
credentials:
updatecli-azure-serviceprincipal:
azureEnvironmentName: "Azure"
Expand All @@ -165,18 +163,15 @@ jobsDefinition:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
enableGitHubChecks: true
githubCheckName: "Updatecli (infra.ci.jenkins.io)"
helm-charts:
name: Helm Charts
description: Custom Helm Charts of the Jenkins Infra
disableTagDiscovery: true
enableGitHubChecks: true
githubCheckName: "Updatecli (infra.ci.jenkins.io)"
azure:
jenkinsfilePath: Jenkinsfile_updatecli
disableTagDiscovery: true
enableGitHubChecks: true
githubCheckName: "Updatecli (infra.ci.jenkins.io)"
other-jobs:
name: Other Jobs
description: Folder hosting all the jobs not fitting any category
Expand Down Expand Up @@ -491,7 +486,6 @@ jobsDefinition:
allowUntrustedChanges: true
jenkinsfilePath: Jenkinsfile
enableGitHubChecks: true
githubCheckName: "infra.ci.jenkins.io"
credentials:
contributors-jenkins-io-fileshare-sas-querystring:
secret: "${CONTRIBUTORS_JENKINS_IO_FILESHARE_SAS_QUERYSTRING}"
Expand Down