-
Notifications
You must be signed in to change notification settings - Fork 10
Conversation
Triggerd by "ci/build-s3gw-image" tag or manually Signed-off-by: Marcel Lauhoff <marcel.lauhoff@suse.com>
c77d8c8
to
2f44009
Compare
📦 quay.io/s3gw/s3gw:pr-c1744add67a177904952035b083fc5d14c4ffe25-6094249128-1 https://quay.io/repository/s3gw/s3gw?tab=tags&tag=pr-c1744add67a177904952035b083fc5d14c4ffe25-6094249128-1 |
Killed "Test s3gw", as it doesn't test anything related to this change |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LPGTM, approved. Found some nits, no blockers though.
IMAGE_TAG: pr-${{ github.workflow_sha }}-${{ github.run_id }}-${{ github.run_attempt }} | ||
|
||
jobs: | ||
tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: rename to "build"
with: | ||
path: s3gw/ceph | ||
submodules: recursive | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: double empty line
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed anywhere?
|
||
jobs: | ||
tests: | ||
if: github.event.label.name == 'ci/build-s3gw-image' || github.event_name == 'workflow_dispatch' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I'd choose a shorter label for convenience: ci/build
Checklist