8000 feat(pingcap/tidb): support ci for release-8.2 by wuhuizuo · Pull Request #3011 · PingCAP-QE/ci · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat(pingcap/tidb): support ci for release-8.2 #3011

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

Merged
merged 4 commits into from
Jun 25, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions jobs/pingcap/tidb/release-8.2/aa_folder.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
folder('pingcap/tidb/release-8.2') {
description("Folder for pipelines of pingcap/tidb repo for v8.2")
}
39 changes: 39 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_build.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
// For trunk and latest release branches.
pipelineJob('pingcap/tidb/release-8.2/pull_build') {
logRotator {
daysToKeep(30)
}
parameters {
// Ref: https://docs.prow.k8s.io/docs/jobs/#job-environment-variables
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

de 6D4E finition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_build.groovy")
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
38 changes: 38 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_check.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
// For trunk and latest release branches.
pipelineJob('pingcap/tidb/release-8.2/pull_check') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_check.groovy")
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
38 changes: 38 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_check2.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
// For trunk and latest release branches.
pipelineJob('pingcap/tidb/release-8.2/pull_check2') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_check2.groovy")
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_common_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_common_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_common_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_e2e_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_e2e_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_e2e_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_integration_br_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_br_integration_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_br_integration_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_integration_common_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_integration_common_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_integration_common_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_integration_copr_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_integration_copr_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_integration_copr_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_integration_ddl_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_integration_ddl_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_integration_ddl_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
37 changes: 37 additions & 0 deletions jobs/pingcap/tidb/release-8.2/pull_integration_jdbc_test.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
// REF: https://<your-jenkins-server>/plugin/job-dsl/api-viewer/index.html
pipelineJob('pingcap/tidb/release-8.2/pull_integration_jdbc_test') {
logRotator {
daysToKeep(30)
}
parameters {
stringParam("BUILD_ID")
stringParam("PROW_JOB_ID")
stringParam("JOB_SPEC", "", "Prow job spec struct data")
}
properties {
// priority(0) // 0 fast than 1
githubProjectUrl("https://github.com/pingcap/tidb")
}

definition {
cpsScm {
lightweight(true)
scriptPath("pipelines/pingcap/tidb/release-8.2/pull_integration_jdbc_test.groovy')
scm {
git{
remote {
url('https://github.com/PingCAP-QE/ci.git')
}
branch('main')
extensions {
cloneOptions {
depth(1)
shallow(true)
timeout(5)
}
}
}
}
}
}
}
Loading
0