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

Switch CICD pipelines to Github #151

Merged
merged 1 commit into from
Jun 11, 2020

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Jun 11, 2020

1, Change ${gitlabBranch} to ${sha1} in Jenkinsfile.premerge, because on Github, the env VAR of Jenkins reference branch is 'sha1'.
Remove all the 'Gitlab' related functions.
Point the integration pipeline name (spark/plugin_integration) to the Github one (spark/rapids_integration-0.1-github).

2, Only update Jenkins scripts, no source change. No unit tests needed. Ngcc pipelines against forked Github PASS on pre-merge, nightly, and integration.

3, No Github issue related to the PR

4, CICD will work, after Ngcc pipelines updated.

1, Change ${gitlabBranch} to ${sha1} in Jenkinsfile.premerge,
   because on Github, the env VAR of Jenkins reference branch is 'sha1'

2, Remove all the 'Gitlab' related functions

3, Point the integration pipeline name (spark/plugin_integration) to
   the Github one(spark/rapids_integration-0.1-github).
@NvTimLiu NvTimLiu changed the title [WIP]Switch CICD pipelines to Github Switch CICD pipelines to Github Jun 11, 2020
Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great.

There are currently 7 merge requests up in the old system. We need to go through each of them and see which ones we can merge right away and which ones need to be migrated.

@@ -75,16 +75,14 @@ pipeline {
always {
script {
if (currentBuild.currentResult == "SUCCESS") {
build(job: 'spark/plugin_integration',
build(job: 'spark/rapids_integration-0.1-github',
propagate: false,
parameters: [string(name: 'REF', value: 'branch-0.1'),
string(name: 'CUDF_VER', value: '0.14-SNAPSHOT'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be 0.14 instead of 0.14-SNAPSHOT?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes, it should be 0.14.
I'll make a change to fix it.

Copy link
Collaborator Author

@NvTimLiu NvTimLiu Jun 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bobby Evans had changed it, that's great!

@revans2 revans2 merged commit 1ecaad3 into NVIDIA:branch-0.1 Jun 11, 2020
@sameerz sameerz added the build Related to CI / CD or cleanly building label Jun 15, 2020
@sameerz sameerz added this to the Jun 8 - Jun 19 milestone Jun 16, 2020
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
1, Change ${gitlabBranch} to ${sha1} in Jenkinsfile.premerge,
   because on Github, the env VAR of Jenkins reference branch is 'sha1'

2, Remove all the 'Gitlab' related functions

3, Point the integration pipeline name (spark/plugin_integration) to
   the Github one(spark/rapids_integration-0.1-github).

Co-authored-by: Tim Liu <timl@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
1, Change ${gitlabBranch} to ${sha1} in Jenkinsfile.premerge,
   because on Github, the env VAR of Jenkins reference branch is 'sha1'

2, Remove all the 'Gitlab' related functions

3, Point the integration pipeline name (spark/plugin_integration) to
   the Github one(spark/rapids_integration-0.1-github).

Co-authored-by: Tim Liu <timl@nvidia.com>
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this pull request Nov 30, 2023
Signed-off-by: spark-rapids automation <70000568+nvauto@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants