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

ARROW-13323: [Archery] Validate docker compose configuration #10692

Closed
wants to merge 3 commits into from

Conversation

kszucs
Copy link
Member

@kszucs kszucs commented Jul 9, 2021

Will create a JIRA for it.

@kszucs kszucs changed the title [CI] Validate docker compose configuration [Archery] Validate docker compose configuration Jul 9, 2021
@github-actions
Copy link

github-actions bot commented Jul 9, 2021

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW

Opening JIRAs ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@@ -62,7 +62,7 @@ jobs:
working-directory: dev/archery
run: pytest -v archery
- name: Archery Docker Validation
run: archery docker
run: archery docker validate-config
Copy link
Member Author

@kszucs kszucs Jul 9, 2021

Choose a reason for hiding this comment

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

Click hasn't been executing the command initialization with a subcommand, effectively omitting the validation.

Although it has not caused any problems since the docker build and run commands verify the configuration.

Copy link
Member Author

Choose a reason for hiding this comment

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

Should rename to check-config similarly to the crossbow config check command.

@kszucs kszucs changed the title [Archery] Validate docker compose configuration ARROW-13323: [Archery] Validate docker compose configuration Jul 13, 2021
@github-actions
Copy link

Copy link
Member Author

@kszucs kszucs left a comment

Choose a reason for hiding this comment

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

+1, merging on green

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.

1 participant