-
Notifications
You must be signed in to change notification settings - Fork 519
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
Initial support for Gitpod (#1946) #1949
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #1949 (2023-08-24T08:14:46Z) ⚙️ JKube E2E Tests (5948470419)
|
Codecov Report
@@ Coverage Diff @@
## master #1949 +/- ##
============================================
+ Coverage 59.36% 60.74% +1.38%
- Complexity 4586 4725 +139
============================================
Files 500 514 +14
Lines 21211 21262 +51
Branches 2830 2806 -24
============================================
+ Hits 12591 12915 +324
+ Misses 7370 7124 -246
+ Partials 1250 1223 -27
... and 39 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
6a830f6
to
8da6852
Compare
I think it would be nice to have some alignment with the tasks @sunix proposed in the equivalent |
020f960
to
8da6852
Compare
For the tasks, these are the ones I am using: https://github.com/eclipse/jkube/blob/master/devfile.yaml#L100-L231 The |
@manusa and @sunix as per Gitpod docs there are three types of tasks:
In our case |
We can define the other tasks as "commands" but it is up to you. |
07d48d2
to
1a7f226
Compare
Kudos, SonarCloud Quality Gate passed! |
1a7f226
to
f867837
Compare
I also like it and I tried the |
I got a reply from the gitpod community and they gave a reference to https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml and there I didn't find anything which can help us to add predefined commands. |
Kudos, SonarCloud Quality Gate passed! |
@anurag-rajawat we can merge this one if it is still good for you |
Kudos, SonarCloud Quality Gate passed! |
@sunix yes it will be good for contributors and I've updated contribution guidelines in eclipse-jkube/jkube-website#69 |
@anurag-rajawat : Could you please rebase your PR against master (hopefully one last time 🤞 ) . Let's get this merged within this week. |
Signed-off-by: Anurag Rajawat <anuragsinghrajawat22@gmail.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Description
Fixes #1946
To get a preview of this click here
Type of change
test, version modification, documentation, etc.)
Checklist