Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved issue with 'dummy' image to prevent a single build failure f… #208

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

PPathu
Copy link
Contributor

@PPathu PPathu commented Aug 15, 2024

Fixed a small bug so the 'dummy' image doesn't kill the entire workflow. Also, added an important detail to the comment in the python script.

@PPathu PPathu marked this pull request as ready for review August 15, 2024 22:29
@PPathu PPathu requested a review from a team as a code owner August 15, 2024 22:29
@PPathu PPathu force-pushed the Version-1.4.Build-Config-File branch from 46f6c78 to 640f1c5 Compare August 16, 2024 19:03
@brianhlin
Copy link
Member

@PPathu can you split out the comment in the Python script into a separate commit? It's not related to the current commit message.

@PPathu PPathu force-pushed the Version-1.4.Build-Config-File branch 3 times, most recently from c663077 to 4785176 Compare August 20, 2024 20:15
@brianhlin
Copy link
Member

Hey Pratham, can you reword your commits and PR title to be in the imperative mood? i.e. "Add important implementation...", "Resolve issue with...". See https://dev.to/ruanbrandao/how-to-make-good-git-commits-256k

Copy link
Member

@brianhlin brianhlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I think there's a more straightforward way to solve this. See comments below

.github/workflows/build-containers.yml Outdated Show resolved Hide resolved
@@ -98,7 +101,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: build-image-list
if: needs.build-image-list.outputs.images != '["dummy"]'
if: ${{ needs.build-image-list.outputs.image_list != '["dummy"]' }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if: ${{ needs.build-image-list.outputs.image_list != '["dummy"]' }}
if: ${{ needs.build-image-list.outputs.image_list != 'dummy' }}

@PPathu PPathu force-pushed the Version-1.4.Build-Config-File branch from 4785176 to 5126b0e Compare August 24, 2024 04:54
Copy link
Member

@brianhlin brianhlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brianhlin brianhlin merged commit 75cff05 into opensciencegrid:main Aug 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants