Skip to content

Conversation

@adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

author.sh can be run in CI without docker container, since it's mostly just a recursive grep. This reduces runtime from 2 minutes to 5 seconds. Overall CI response time is the same (since this is one of the quickest checks anyway), but it still helps, as the number of concurrent checks in the repo is limited.

https://issues.apache.org/jira/browse/HDDS-4032

How was this patch tested?

https://github.com/adoroszlai/hadoop-ozone/runs/913684427

@adoroszlai adoroszlai self-assigned this Jul 27, 2020
Copy link
Member

@elek elek left a comment

Choose a reason for hiding this comment

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

+1.

I think it's not just the author check, but almost all the tests can be executed without docker.

Docker used for two reasons:

  1. provide the required tools for build
  2. cache maven artifacts

Today most of the jobs don't require any specific tool just maven. And we can use github based artifact caching.

@vivekratnavel vivekratnavel merged commit 99c273f into apache:master Jul 27, 2020
@vivekratnavel
Copy link
Contributor

@adoroszlai This is great! Thanks for working on this!

@adoroszlai adoroszlai deleted the HDDS-4032 branch July 27, 2020 19:35
@adoroszlai
Copy link
Contributor Author

Thanks @elek and @vivekratnavel for the review.

errose28 added a commit to errose28/ozone that referenced this pull request Jul 31, 2020
* master: (55 commits)
  HDDS-4052. Remove master/slave terminology from Ozone (apache#1281)
  HDDS-4047. OzoneManager met NPE exception while getServiceList (apache#1277)
  HDDS-3990. Test Kubernetes examples with acceptance tests (apache#1223)
  HDDS-4045. Add more ignore rules to the RAT ignore list (apache#1273)
  HDDS-3970. Enabling TestStorageContainerManager with all failures addressed (apache#1257)
  HDDS-4033. Make the acceptance test reports hierarchical (apache#1263)
  HDDS-3423. Enabling TestContainerReplicationEndToEnd and addressing failures (apache#1260)
  HDDS-4027. Suppress ERROR message when SCM attempt to create additional pipelines. (apache#1265)
  HDDS-4024. Avoid while loop too soon when exception happen (apache#1253)
  HDDS-3809. Make number of open containers on a datanode a function of no of volumes reported by it. (apache#1081)
  HDDS-4019. Show the storageDir while need init om or scm (apache#1248)
  HDDS-3511. Fix javadoc comment in OmMetadataManager (apache#1247)
  HDDS-4041. Ozone /conf endpoint triggers kerberos replay error when SPNEGO is enabled. (apache#1267)
  HDDS-4031. Run shell tests in CI (apache#1261)
  HDDS-4038. Eliminate GitHub check warnings (apache#1268)
  HDDS-4011. Update S3 related documentation. (apache#1245)
  HDDS-4030. Remember the selected columns and make the X-axis scrollable in recon datanodes UI (apache#1259)
  HDDS-4032. Run author check without docker (apache#1262)
  HDDS-4026. Dir rename failed when sets 'ozone.om.enable.filesystem.paths' to true (apache#1256)
  HDDS-4017. Acceptance check may run against wrong commit (apache#1249)
  ...
rakeshadr pushed a commit to rakeshadr/hadoop-ozone that referenced this pull request Sep 3, 2020
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