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

chore: CircleCI config for main workflow [1/N] #317

Merged
merged 27 commits into from
Jan 15, 2025
Merged

Conversation

janjakubnanista
Copy link
Collaborator

@janjakubnanista janjakubnanista commented Jan 13, 2025

Description

Stub of GH -> CircleCI pipeline migration. Adds a CircleCI config that should match the main.yaml workflow

  • We are using the tooling image that already contains go and just
  • We are using a CircleCI security context instead of github secrets
  • Go module cache from the go orb has been added

Tests

Additional context

Metadata

Copy link

cloudflare-workers-and-pages bot commented Jan 13, 2025

Deploying supersim with  Cloudflare Pages  Cloudflare Pages

Latest commit: 91ce0e8
Status: ✅  Deploy successful!
Preview URL: https://09caebb1.supersim.pages.dev
Branch Preview URL: https://jan-circleci.supersim.pages.dev

View logs

@janjakubnanista janjakubnanista self-assigned this Jan 13, 2025
Copy link

@Abuchtela Abuchtela left a comment

Choose a reason for hiding this comment

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

The changes in the .circleci/config.yml file of the ethereum-optimism/supersim repository include:

Switching from using a machine executor with ubuntu-2004 to a docker executor with the image us-docker.pkg.dev/oplabs-tools-artifacts/images/ci-builder:v0.35.0.
Removing the install-just command and its associated steps.
Removing the install-just step from several jobs.
These changes indicate a shift from using a machine-based executor to a Docker-based executor and the removal of the just tool installation and usage in the CI process.

@janjakubnanista janjakubnanista marked this pull request as ready for review January 14, 2025 19:32
@janjakubnanista janjakubnanista requested a review from a team as a code owner January 14, 2025 19:32
@janjakubnanista janjakubnanista changed the title chore: Stub of CircleCI config for main workflow chore: CircleCI config for main workflow Jan 14, 2025
@janjakubnanista janjakubnanista changed the title chore: CircleCI config for main workflow chore: CircleCI config for main workflow [1/N] Jan 14, 2025
@janjakubnanista janjakubnanista removed the request for review from nitaliano January 15, 2025 17:34
@janjakubnanista janjakubnanista merged commit 1bfaef6 into main Jan 15, 2025
7 of 10 checks passed
@janjakubnanista janjakubnanista deleted the jan/circleci branch January 15, 2025 17:35
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.

4 participants