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

Add CI Action to build Solana contracts #15886

Merged

Conversation

jlaveracll
Copy link
Contributor

Requires

Supports

@jlaveracll jlaveracll requested review from a team as code owners January 9, 2025 19:36
Copy link
Contributor

github-actions bot commented Jan 9, 2025

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@jlaveracll jlaveracll marked this pull request as draft January 12, 2025 23:09
@jlaveracll jlaveracll changed the base branch from develop to solana-router-deploy January 13, 2025 19:51
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

@jlaveracll jlaveracll marked this pull request as ready for review January 16, 2025 21:14
@jlaveracll jlaveracll requested review from a team as code owners January 16, 2025 21:14
@jlaveracll jlaveracll removed the request for review from a team January 16, 2025 21:14
# short_revision=$(grep "github.com/smartcontractkit/chainlink-ccip/chains/solana" deployment/go.mod | awk '{print $2}' | sed 's/^v//' | awk -F- '{print $NF}')
short_revision=8973fd0c912b

# long_revision=$(gh api /repos/smartcontractkit/chainlink-ccip/commits/$short_revision | jq -r .sha)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the Github checkout action doesn't support short sha.

in order to use the gh api CLI, we need the gh token, which doesn't seem to be available at this point.

I'll improve this later

Copy link
Contributor

@yashnevatia yashnevatia Jan 17, 2025

Choose a reason for hiding this comment

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

@jlaveracll can remove the comments please ?
can add anything you want as a TODO in the comments please ?
this context will be lost to the person reviewing the branch against develop

Copy link
Contributor

Choose a reason for hiding this comment

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

instead of CCIP_REVISION can we call it CHAINLINK_CCIP_COMMIT please (long/short)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't intend these changes to make it to develop, I just want to unblock you guys.

Addressed the feedback and will continue cleaning this up in a different branch

@jlaveracll jlaveracll force-pushed the jlavera/add-ci-action-to-build-contracts branch from 671cf8b to 013c8ab Compare January 17, 2025 17:45
@jlaveracll jlaveracll merged commit 564b798 into solana-router-deploy Jan 17, 2025
95 checks passed
@jlaveracll jlaveracll deleted the jlavera/add-ci-action-to-build-contracts branch January 17, 2025 18:25
@cl-sonarqube-production
Copy link

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

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.

3 participants