X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a3d0a18c7a848e9c360db6496d4d0f970a09f730..afcb07ba438a01c65d701902dfcb39b04a0719ec:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index ef0b6cbb5..e1c8df555 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -21,6 +21,7 @@ jobs: - accounts - apache - apt + - apt-repository - backup - bind - blog @@ -33,6 +34,7 @@ jobs: - db-base - db-master - db-slave + - dev - devices - dhcpd - dmca @@ -41,6 +43,7 @@ jobs: - elasticsearch - exim - fail2ban + - foundation-birthday - foundation-board - foundation-dwg - foundation-mastodon @@ -109,6 +112,7 @@ jobs: - tilelog - tools - trac + - vectortile - web-cgimap - web-frontend - web-rails @@ -121,6 +125,10 @@ jobs: suite: mailman - os: ubuntu-2004 suite: osqa + - os: debian-12 + suite: apt-repository + - os: debian-12 + suite: dev - os: debian-12 suite: dns - os: debian-12 @@ -137,7 +145,19 @@ jobs: suite: serverinfo - os: debian-12 suite: supybot + - os: debian-12 + suite: vectortile + - os: debian-12 + suite: web-cgimap + - os: debian-12 + suite: web-frontend + - os: debian-12 + suite: web-rails exclude: + - suite: apt-repository + os: ubuntu-2204 + - suite: dev + os: ubuntu-2204 - suite: dns os: ubuntu-2204 - suite: git-server @@ -156,6 +176,14 @@ jobs: os: ubuntu-2204 - suite: supybot os: ubuntu-2204 + - suite: vectortile + os: ubuntu-2204 + - suite: web-cgimap + os: ubuntu-2204 + - suite: web-frontend + os: ubuntu-2204 + - suite: web-rails + os: ubuntu-2204 fail-fast: false steps: - name: Login to GitHub Container Registry @@ -164,6 +192,12 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + if: github.repository == 'openstreetmap/chef' && github.event_name != 'pull_request' - name: Check out code uses: actions/checkout@v4 - name: Setup ruby