Skip to content

Migrate from CircleCI to Github Actions#12

Merged
okramarenko merged 24 commits intomasterfrom
migrateCI
Jul 11, 2025
Merged

Migrate from CircleCI to Github Actions#12
okramarenko merged 24 commits intomasterfrom
migrateCI

Conversation

@okramarenko
Copy link
Copy Markdown
Collaborator

  • updated test expectations and fixtures to match SingleStore 9.0 behavior
  • commented out duration checks in some tests due to timing flakiness (execution speed varies by system/load)

Comment thread .github/workflows/config.yml Outdated
Comment on lines +19 to +23
- singlestore/cluster-in-a-box:alma-8.7.12-483e5f8acb-4.1.0-1.17.15
- singlestore/cluster-in-a-box:alma-8.5.22-fe61f40cd1-4.1.0-1.17.11
- singlestore/cluster-in-a-box:alma-8.1.32-e3d3cde6da-4.0.16-1.17.6
- singlestore/cluster-in-a-box:alma-8.0.19-f48780d261-4.0.11-1.16.0
- singlestore/cluster-in-a-box:alma-7.8.9-e94a66258d-4.0.7-1.13.9
Copy link
Copy Markdown
Collaborator

@pmishchenko-ua pmishchenko-ua Jul 11, 2025

Choose a reason for hiding this comment

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

remove versions that are EOL. Using singlestore-labs/singlestore-supported-versions would be even better, but this would come with migration to the dev image I guess

Comment thread .github/workflows/s2ms_cluster.py Outdated
Comment on lines +8 to +9
SQL_USER_PASSWORD = os.getenv("SQL_USER_PASSWORD") # project UI env-var reference
S2MS_API_KEY = os.getenv("S2MS_API_KEY") # project UI env-var reference
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

now these are defined in secrets and then in the workflow file, so the comments can be removed

@okramarenko okramarenko merged commit 85dfcd8 into master Jul 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants