Sumologic Orb causing Workflow to stall

@FelicianoTech - Here’s my workflow:

workflows:
  build_test_publish:
    jobs:
      - sumologic/workflow-collector
      - build-app
      - test:
          requires:
            - build-app
      - test-terraform
      - publish-docker-image:
          requires:
            - build-app
          filters:
              branches:
                only:
                  - master
                  - ci
      - publish-github-release:
          requires:
            - build-app
          filters:
              branches:
                only:
                  - master
                  - ci

Hi. So looking at this workflow, you’re right, the sumologic orbs job shouldn’t hold back anything else.

The only thing I can think of here is that the UI didn’t update fast enough during that build. Did you try refreshing the page and still saw this?

Yes, in fact, it ran for ~5 hrs mistakenly and dried up all the credits for my team last week :confused:

I’ve tried it in a few different configurations and it still hangs.

Can you share a link to the workflow run so we can look further? If you’d rather share it privately in a support ticket that’s ok.

I just opened a support ticket and included you @glenjamin.circleci and @FelicianoTech. Thanks for the help y’all

1 Like