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

.circleci/config.yml: use supported machine image #2909

Merged

Conversation

simonpasquier
Copy link
Member

machine: true is being removed by the end of May 2022.

@@ -8,7 +8,7 @@ jobs:
# We need to use a machine executor because the front-end validation runs
# containers with mounted volumes which isn't supported with the docker
# executor (even with setup_remote_docker).
machine: true
machine: ubuntu-2004:202201-02
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
machine: ubuntu-2004:202201-02
machine:
image: ubuntu-2004:202201-02

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂️

@simonpasquier simonpasquier force-pushed the update-circleci-machine-config branch from e3bb6a6 to c033c0b Compare May 4, 2022 11:44
@simonpasquier simonpasquier merged commit 23f961e into prometheus:main May 4, 2022
@simonpasquier simonpasquier deleted the update-circleci-machine-config branch May 4, 2022 11:55
qinxx108 pushed a commit to qinxx108/alertmanager that referenced this pull request Dec 13, 2022
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