pipelines-as-code
pipelines-as-code copied to clipboard
Pipelines-as-Code for Tekton
* How to debug issues on PAC for operators, what to watch in the controller log. * How to scale up the controller if needed to have multiple replicas (there...
 Target Branch should be called Target tag
- Add -f as alias to file-name - Use ClusterTasks instead of fetching remotely
* Add a reason to every message emitted so it shows better. (and make it easy to fitler)  Signed-off-by: Chmouel Boudjnah # Changes # Submitter Checklist - [ ]...
``` + test -z + test -z + test -z + /ko-app/git-init '-url=http://gitea.gitea:3000/pac/pac-e2e-test-9bvhz' '-revision=61b6edb3d15a9eae68279536d3898aec654a6421' '-refspec=' '-path=/workspace/output/' '-sslVerify=false' '-submodules=true' '-depth=1' '-sparseCheckoutDirectories=' {"level":"error","ts":1666336278.6495957,"caller":"git/git.go:53","msg":"Error running git [remote add origin http://gitea.gitea:3000/pac/pac-e2e-test-9bvhz]: exit status 128\nfatal:...
if `auto-configure-new-github-repo` is enabled in pac configmap then PAC will auto configure newly created GitHub Repositories it will create Repository CR and a namespace By default if the github repository...
It would show as refs-heads-branch otherwise, ie: Signed-off-by: Chmouel Boudjnah
ref https://github.com/openshift-pipelines/pipelines-as-code/pull/890#discussion_r999784219 `auto-configure-new-github-repo` is disabled by default so PAC service account shouldn't have access to create repo we can update pac controller role based on whether user has enabled the...
https://github.com/openshift-pipelines/pipelines-as-code/pull/890 with this pull req we allow user to enable auto configure new repos but how do we support configuring existing repos in the org. few of the ways discussed...
we expose multiple configuration through configmap, we want to expose this through operator using CR spec. for other components we maintain a list of configurations in operator https://github.com/tektoncd/operator/blob/b9c5b31cefc732bb4e97a2fb25a9c744a1b4780e/pkg/apis/operator/v1alpha1/tektonpipeline_types.go#L87 with its...