-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Description
Make a PR included changes:
- Add a prow job entry in a repo-branch file in
/prow-jobsfolder, please create it if not exist. But if you create a new file or rename a file please update it in /prow-jobs/kustomization.yaml - A job DSL in
/jobs/<org>/<repo>folder, named:<job-name>.groovy- if the folder not existed, create a file
aa_folder.groovyto create the folder. - if the job is for trunk branch or feature branches, you should put it in
/pipelines/<org>/<repo>/latestdir, but no need to add anotheraa_folder.groovyfile in thelatestdir.
- if the folder not existed, create a file
- A executer pod yaml file in
/pipelines/<org>/<repo>folder, namedpod-<job-name>.yaml- if the job is for trunk branch or feature branches, you should put it in
/pipelines/<org>/<repo>/latestdir.
- if the job is for trunk branch or feature branches, you should put it in
- A Jenkins pipeline groovy script in
/pipelines/<org>/<repo>folder, named:<job-name>.groovy- if the job is for trunk branch or feature branches, you should put it in
/pipelines/<org>/<repo>/latestdir. - using the pod yaml in groovy
- if the job is for trunk branch or feature branches, you should put it in
Sample files:
- CI folder file for pingcap/tidb folder:
- CI job DSL file for job pingcap/tidb/ghpr_build
- pod yaml file for job: pingcap/tidb/ghpr_build
- pipeline groovy script for job: pingcap/tidb/ghpr_build
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels