devinbost commented on issue #6207: [Github Action] Clean up space before 
running standalone tests
URL: https://github.com/apache/pulsar/issues/6207#issuecomment-581719122
 
 
   I found this in 
`.github/workflows/ci-integration-backwards-compatibility.yaml`
   
   ```
         - name: clean docker container
           if: steps.docs.outputs.changed_only == 'no'
           run: docker system prune -f
   ```
   It seems like this block might not be getting run because otherwise, it's 
very odd that there wouldn't be enough disk space available. 
   
   Perhaps `steps.docs.outputs.changed_only` is not evaluating to `no`?
   Where is this value set? 
   
   @tuteng @sijie Anyone know?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to