Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Aug 29, 2024
1 parent 8961c0a commit b9a116d
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,8 @@ jobs:
clang-format-version: '10'
exclude-regex: .*\.proto


build-image-builder:
needs: formatting-check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- name: Build the yanetplatform/builder
run: |
cd image
# todo
build-unittest:
needs: build-image-builder
needs: formatting-check
runs-on: ubuntu-latest
container:
image: yanetplatform/builder-lite
Expand All @@ -51,8 +38,8 @@ jobs:
retention-days: 1

build-autotest:
needs: build-image-builder
runs-on: builder
needs: formatting-check
runs-on: ubuntu-latest
container:
image: yanetplatform/builder-lite
steps:
Expand All @@ -72,7 +59,7 @@ jobs:
retention-days: 1

build:
needs: build-image-builder
needs: formatting-check
runs-on: ubuntu-latest
container:
image: yanetplatform/builder-lite
Expand All @@ -87,7 +74,7 @@ jobs:

build-ubuntu1804:
name: build (Ubuntu 18.04)
needs: build-image-builder
needs: formatting-check
runs-on: ubuntu-latest
container:
image: yanetplatform/builder_ubuntu18.04-lite
Expand Down Expand Up @@ -117,7 +104,7 @@ jobs:
autotest-001_one_port:
name: 001_one_port
needs: build-autotest
runs-on: autotest
runs-on: ubuntu-latest
container:
image: yanetplatform/builder-lite
steps:
Expand Down

0 comments on commit b9a116d

Please sign in to comment.