-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Automatic rollout latest Jetbrains IDE #7684
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
Conversation
0304dfa
to
02dcbb9
Compare
Codecov Report
@@ Coverage Diff @@
## main #7684 +/- ##
=========================================
+ Coverage 8.68% 10.38% +1.69%
=========================================
Files 33 18 -15
Lines 2325 992 -1333
=========================================
- Hits 202 103 -99
+ Misses 2119 888 -1231
+ Partials 4 1 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
a8658be
to
52ab5f3
Compare
How do we consume them from preferences? We could add a new checkbox |
@akosyakov https://www.jetbrains.com/rider/nextversion/ |
Yes, but they point to released version. I don't think it makes sense to reuse their terminology. Instead of introduction new from user perspective. Internally we can call it differently, i.e. latest.
ok, so if GH actions are green then we can merge without verifying that images are working? |
In fact, you may not see the status because I remove the push from the trigger pattern before I prepare the merge, so it won't show up in this PR |
05ba428
to
0861961
Compare
@akosyakov Please review it |
0861961
to
cd76a12
Compare
with: | ||
credentials_json: ${{ secrets.GCP_SA_KEY }} | ||
- name: Set up Google Cloud SDK | ||
uses: google-github-actions/setup-gcloud@v0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -13,12 +13,14 @@ jobs: | |||
- uses: actions/checkout@v2 | |||
- name: downlaod leeway | |||
run: cd /usr/bin && curl -fsSL https://github.com/gitpod-io/leeway/releases/download/v0.2.8/leeway_0.2.8_Linux_x86_64.tar.gz | sudo tar xz | |||
- name: Set up Cloud SDK | |||
uses: google-github-actions/setup-gcloud@master |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Authentication inputs
⚠️ Deprecated: The following authentication inputs are deprecated and will be removed in a future release. See Authorization for more information.
@@ -166,6 +166,8 @@ pod: | |||
secretKeyRef: | |||
name: self-hosted | |||
key: segmentIOToken | |||
- name: JAVA_HOME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move JAVA_HOME
environment to here, in order to make github action success, because github action has different JAVA_HOME
environment value
@@ -8,8 +8,6 @@ packages: | |||
- "gradle/wrapper/*" | |||
- "gradlew" | |||
- "settings.gradle" | |||
env: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to .werft/build.yaml
/assign @akosyakov |
@@ -0,0 +1,40 @@ | |||
name: rollout for new JetBrains IDE releases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new
-> latest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 8fab6e3f970ca30afaf9fd36b251f870513c0569
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akosyakov Associated issue: #7023 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Automatic rollout latest Jetbrains IDE
Related Issue(s)
Fixes #7023
How to test
can't find the way to test
Release Notes
Documentation