You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/03/19 01:43:01 UTC

[GitHub] [skywalking-kubernetes] innerpeacez opened a new pull request #42: [WIP] Chart Release Deploy CI

innerpeacez opened a new pull request #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602581407
 
 
   @wu-sheng Yes, major check deployment, ES6 and ES7 both passed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602586023
 
 
   Basically, yes. My question came from, I don't find out the image version update logs.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-600944957
 
 
   Set a new pull request of `.github/workflows/chart-deploy-ci.yaml `  excluding the real CI steps.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-600943021
 
 
   You need to merge an empty github action YAML first to active it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602585246
 
 
   > And this task is for the existing 1.1.0(referring SkyWalking 6.6.0 release images), right?
   
   Right now, starting with SW 7.0.0 will also work.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng merged pull request #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng merged pull request #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: [WIP] Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-600945985
 
 
   got it @wu-sheng 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602579392
 
 
   This is major checking the deployment, right? Are ES6 and ES7 both deployed?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-600948091
 
 
   After your CI setup ready, take this as a refer, https://issues.apache.org/jira/browse/INFRA-19883. Submit a new JIRA ticket to set this for this repo.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: [WIP] Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: [WIP] Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-601553357
 
 
   @wu-sheng @hanahmily My idea for Chart Release CI is to only verify whether oap ui es and so on can be deployed to the k8s cluster through chart. For the verification of availability after deployment, I want to do it in the [main repo](https://github.com/apache/skywalking),The main repo has e2e for easy testing

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602494610
 
 
   done. @wu-sheng 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [skywalking-kubernetes] innerpeacez commented on issue #42: Chart Release Deploy CI

Posted by GitBox <gi...@apache.org>.
innerpeacez commented on issue #42: Chart Release Deploy CI
URL: https://github.com/apache/skywalking-kubernetes/pull/42#issuecomment-602588421
 
 
   > Basically, yes. My question came from, I don't find out the image version update logs.
   
   Yes, i haven't started the release of 2.0.0.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services