Skip to content

Commit

Permalink
ci: rebase main
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <[email protected]>
  • Loading branch information
rwaffen committed Sep 27, 2024
1 parent 435c387 commit 1b8227d
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build image
uses: docker/build-push-action@v6
with:
Expand All @@ -54,29 +51,6 @@ jobs:
RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
RUBYGEM_BUNDLER=${{ matrix.rubygem_bundler }}
test_ci_container:
name: 'Test CI container'
runs-on: ubuntu-latest
needs:
- setup-matrix
- build_test_container
strategy:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Download artifact
uses: actions/download-artifact@v4
with:
name: voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}
path: /tmp

- name: Load Docker image
run: |
docker load --input /tmp/voxbox-${{ matrix.rubygem_puppet }}_${{ github.sha }}.tar
docker image ls -a
- name: Clone voxpupuli/puppet-example repository
uses: actions/checkout@v4
with:
Expand All @@ -97,7 +71,6 @@ jobs:
tests:
needs:
- build_test_container
- test_ci_container
runs-on: ubuntu-latest
name: Test suite
steps:
Expand Down

0 comments on commit 1b8227d

Please sign in to comment.