Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • gitlab-runner gitlab-runner
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 972
    • Issues 972
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 88
    • Merge requests 88
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar

Do not update/delete: Banner broadcast message test data

Do not update/delete: Notification broadcast message test data

  • GitLab.orgGitLab.org
  • gitlab-runnergitlab-runner
  • Issues
  • #342
Closed
Open
Issue created Dec 10, 2015 by username-removed-42525@widerin

Parallels runner only works for *nix based os systems

I did some tests with new Parallels 11 with gitlab runner. The command in https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/blob/master/executors/parallels/executor_parallels.go#L262 expects sudo and ntpdate to be available.

If you're using Windows with cygwin there's no sudo nor ntpdate. Windows user may sync their time by using this in script section of .gitlab-ci.yml:

before_script:
  - w32tm /stripchart /computer:at.pool.ntp.org /dataonly /samples:1

An option to disable this command would be fine, because after commenting out this works.

Assignee
Assign to
Time tracking