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

Fix test_published_images.yml [DI-316] #827

Merged
merged 12 commits into from
Nov 21, 2024

Conversation

JackPGreen
Copy link
Collaborator

@JackPGreen JackPGreen commented Nov 20, 2024

The action added in #814 could not be properly tested via GitHub until merged and at that point additional defects were discovered.

Example of now successful completion.

Post-merge actions:

Fixes: DI-316

@JackPGreen JackPGreen self-assigned this Nov 20, 2024
@JackPGreen JackPGreen marked this pull request as ready for review November 20, 2024 23:13
@JackPGreen JackPGreen requested a review from a team as a code owner November 20, 2024 23:13
@JackPGreen JackPGreen enabled auto-merge (squash) November 20, 2024 23:13
@ldziedziul
Copy link
Contributor

The action added in #814 could not be properly tested via GitHub until merged

You could simply merge an empty (or minimalistic) workflow to the master, and then test the workflow on the branch

@@ -68,7 +68,7 @@ jobs:
variant:
- ''
- 'slim'
distribution_type: ${{ fromJson(needs.set-matrix.outputs.distribution-type-matrix) }}
distribution-type: ${{ fromJson(needs.set-matrix.outputs.distribution-type-matrix) }}
Copy link
Contributor

Choose a reason for hiding this comment

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

why this rename?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

why this rename?

Consistency between the matrix name and its source. Probably not required but neater. Can revert if problematic…

@JackPGreen
Copy link
Collaborator Author

The action added in #814 could not be properly tested via GitHub until merged

You could simply merge an empty (or minimalistic) workflow to the master, and then test the workflow on the branch

I wasn’t sure what the eventual inputs would be (which is good as we changed them right at the end) and was worried GitHub would only let me use the inputs on master.

@ldziedziul
Copy link
Contributor

I wasn’t sure what the eventual inputs would be (which is good as we changed them right at the end) and was worried GitHub would only let me use the inputs on master.

I'm pretty sure it will show input from the PR branch

@JackPGreen JackPGreen merged commit e5b8b7c into master Nov 21, 2024
14 checks passed
@JackPGreen JackPGreen deleted the Fix-test_published_images.yml branch November 21, 2024 11:06
JackPGreen added a commit that referenced this pull request Nov 21, 2024
The action added in
#814 could not be
properly tested via GitHub until merged and at that point additional
defects were discovered.

[Example of now successful
completion](https://github.com/hazelcast/hazelcast-docker/actions/runs/11943342729).

Fixes: [DI-316](https://hazelcast.atlassian.net/browse/DI-316)

[DI-316]:
https://hazelcast.atlassian.net/browse/DI-316?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
JackPGreen added a commit that referenced this pull request Nov 21, 2024
The action added in
#814 could not be
properly tested via GitHub until merged and at that point additional
defects were discovered.

[Example of now successful
completion](https://github.com/hazelcast/hazelcast-docker/actions/runs/11943342729).

Fixes: [DI-316](https://hazelcast.atlassian.net/browse/DI-316)

[DI-316]:
https://hazelcast.atlassian.net/browse/DI-316?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
JackPGreen added a commit that referenced this pull request Nov 21, 2024
The action added in
#814 could not be
properly tested via GitHub until merged and at that point additional
defects were discovered.

[Example of now successful
completion](https://github.com/hazelcast/hazelcast-docker/actions/runs/11943342729).

Fixes: [DI-316](https://hazelcast.atlassian.net/browse/DI-316)

[DI-316]:
https://hazelcast.atlassian.net/browse/DI-316?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
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.

3 participants