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

#19 Increase no log timeout to 20 mins #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

karlparry
Copy link

Checklist

  • All new jobs, commands, executors, parameters have descriptions
  • Examples have been added for any significant new features
  • README has been updated, if necessary

Motivation, issues

We are seeing the apt-get install azure-cli taking 13 minutes+. This is causing CircleCI to kill the job due the default 10 minutes for no logout - https://support.circleci.com/hc/en-us/articles/360007188574-Build-has-hit-timeout-limit

As we are running with -qq no log output is rendered during the install and thus causes the build to exits in CircleCI

Description

Increase timeout for the Install Azure task as its timing out before Azure CLI is installed due to the default 10 minutes no log in CircleCI.

The other solution was to remove the -qq on apt-get but to keep the code consistent with no excess log noise, I just increased the timeout.

@karlparry karlparry force-pushed the increase-no-log-timeout branch 2 times, most recently from eea6e4f to 8c65c04 Compare July 22, 2022 12:12
karlparry added a commit to karlparry/azure-cli-orb that referenced this pull request Jul 22, 2022
To fix issue with slow apt-get install azure-cli
@karlparry karlparry force-pushed the increase-no-log-timeout branch from 8c65c04 to 5b3858e Compare July 22, 2022 12:13
To fix issue with slow apt-get install azure-cli
@karlparry karlparry force-pushed the increase-no-log-timeout branch from 5b3858e to 044c4ff Compare July 22, 2022 12:14
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.

2 participants