CircleCI-Public / windows-preview-docs

Temporary docs on how to use the pre-release preview of Windows builds on CircleCI
MIT License
9 stars 2 forks source link

failed to create host: Image windows-server-2019 is not compatible with resource class l1.medium #11

Closed cadesalaberry closed 5 years ago

cadesalaberry commented 5 years ago

I ran into this error when trying the default options in the config.yml:

version: 2.1

orbs:
  windows-tools: circleci/windows-tools@0.0.4

jobs:
  build:
    executor:
      name: windows-tools/preview-default
      shell: bash.exe
    steps:
      - checkout
      - run: ls -lah
      - run:
          command: ping circleci.com
          shell: cmd.exe
      - run:
          command: echo 'This is powershell'
          shell: powershell.exe
Build-agent version 1.0.12069-0bafdb01 (2019-07-05T21:14:34+0000)
Creating a dedicated VM with windows-server-2019 image
failed to create host: Image windows-server-2019 is not compatible with resource class l1.medium

failed to create host: Image windows-server-2019 is not compatible with resource class l1.medium

Do you have any insight on what I could do to make it work out ?

glenjamin commented 5 years ago

Do you have a link to the project?

Has your account been enabled? https://github.com/CircleCI-Public/windows-preview-docs#prerequisites-to-try-out-windows-on-circleci

cadesalaberry commented 5 years ago

The repo is not public: https://circleci.com/gh/padoa/PadoaDevicesManager/24

appplemac commented 5 years ago

Hey @cadesalaberry, thanks for your patience here. Your org should now have Windows access. A feature flag was set incorrectly on our side. Please let me know if this fixes it.

cadesalaberry commented 5 years ago

@appplemac Thanks a lot ! everything is now running smoothly.