Skip to content

Commit

Permalink
REVERT ME: add image builds from matrix full to matrix commitly
Browse files Browse the repository at this point in the history
  • Loading branch information
windmgc committed Mar 9, 2023
1 parent 1a8649b commit 553fb7c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
45 changes: 45 additions & 0 deletions .github/matrix-commitly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,59 @@ build-packages:
package: deb
check-manifest-file: ubuntu-22.04-amd64.txt

# Debian
- label: debian-10
os: ubuntu-18.04
package: deb
check-manifest-file: ubuntu-18.04-amd64.txt
- label: debian-11
os: ubuntu-20.04
package: deb
check-manifest-file: ubuntu-20.04-amd64.txt

# RHEL
- label: rhel-7
os: ubuntu-22.04
image: centos:7
package: rpm
check-manifest-file: el7-amd64.txt

# Alpine
- label: alpine
os: ubuntu-22.04
package: apk
bazel_args: --platforms=//:alpine-x86_64
check-manifest-file: alpine-amd64.txt

build-images:
- label: ubuntu
base-image: ubuntu:22.04
package: deb
artifact-from: ubuntu-22.04

# Debian
- label: debian
base-image: debian:11-slim
package: deb
artifact-from: debian-11

# RHEL
- label: rhel
base-image: registry.access.redhat.com/ubi8
package: rpm
artifact-from: rhel-7

# Alpine
- label: alpine
base-image: alpine:3.16
package: apk
artifact-from: alpine

smoke-tests:
- label: ubuntu
- label: debian
- label: rhel
- label: alpine

scan-vulnerabilities:
- label: ubuntu
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ jobs:
runs-on: ubuntu-22.04
if: |-
fromJSON(needs.metadata.outputs.matrix)['smoke-tests'] != ''
&& (github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'))
# TODO: test packages
strategy:
Expand Down

0 comments on commit 553fb7c

Please sign in to comment.