Skip to content

Commit

Permalink
QD-8148 Build 2024.2 test images
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 20, 2024
1 parent 3026aab commit 5a6f423
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,35 @@ on:
- cron: '0 0 * * 1'

jobs:
# build242:
# name: "2024.2"
# strategy:
# matrix:
# platform: [ linux/amd64 ] # linux/arm64
# linter: [ android-community, android, dotnet, go, js, jvm, jvm-community, php, python, python-community, dotnet-community, cpp, cnova ]
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - uses: dorny/paths-filter@v3
# id: changes
# with:
# filters: |
# dockerfile:
# - '2024.2/${{ matrix.linter }}/Dockerfile'
# - if: steps.changes.outputs.dockerfile == 'true'
# name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
# - if: steps.changes.outputs.dockerfile == 'true'
# name: Build
# uses: docker/build-push-action@v6
# with:
# tags: jetbrains/qodana-${{ matrix.linter }}:2024.1
# context: 2024.2/${{ matrix.linter }}
# platforms: ${{ matrix.platform }}
# push: false
# cache-from: type=gha
# cache-to: type=gha,mode=max,ignore-error=true
build242:
name: "2024.2"
strategy:
matrix:
platform: [ linux/amd64 ] # linux/arm64
linter: [ android-community, android, dotnet, go, js, jvm, jvm-community, php, python, python-community, dotnet-community, cpp, cnova ]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
dockerfile:
- '2024.2/${{ matrix.linter }}/Dockerfile'
- if: steps.changes.outputs.dockerfile == 'true'
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- if: steps.changes.outputs.dockerfile == 'true'
name: Build
uses: docker/build-push-action@v6
with:
tags: jetbrains/qodana-${{ matrix.linter }}:2024.1
context: 2024.2/${{ matrix.linter }}
platforms: ${{ matrix.platform }}
push: false
cache-from: type=gha
cache-to: type=gha,mode=max,ignore-error=true

build241:
name: "2024.1"
Expand Down

0 comments on commit 5a6f423

Please sign in to comment.