fix: realign release/2.41.3 tree to 2.41.2 bootstrap (RANE-4711)#22170
Closed
HashWrangler wants to merge 1 commit intorelease/2.41.3from
Closed
fix: realign release/2.41.3 tree to 2.41.2 bootstrap (RANE-4711)#22170HashWrangler wants to merge 1 commit intorelease/2.41.3from
HashWrangler wants to merge 1 commit intorelease/2.41.3from
Conversation
Contributor
CORA - Pending Reviewers
Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
Contributor
|
✅ No conflicts with other open PRs targeting |
Contributor
|
I see you updated files related to
|
Comment on lines
+39
to
+74
| name: Run E2E Tests | ||
| uses: smartcontractkit/.github/.github/workflows/run-e2e-tests.yml@fed09778ce127da5d37f902d8bee01387856550a | ||
| with: | ||
| test_path: .github/e2e-tests.yml | ||
| test_trigger: E2E CCIP Load Tests | ||
| test_config_override_path: ${{ inputs.test_config_override_path }} | ||
| chainlink_version: ${{ inputs.chainlink_version || github.sha }} | ||
| slack_notification_after_tests: always | ||
| slack_notification_after_tests_channel_id: "#ccip-testing" | ||
| slack_notification_after_tests_name: CCIP E2E Load Tests | ||
| test_image_suites: ccip-tests/load | ||
| team: ${{ inputs.team || 'ccip' }} | ||
| test_secrets_override_key: ${{ github.event.inputs.test_secrets_override_key }} | ||
| secrets: | ||
| QA_AWS_REGION: ${{ secrets.QA_AWS_REGION }} | ||
| QA_AWS_ROLE_TO_ASSUME: ${{ secrets.QA_AWS_ROLE_TO_ASSUME }} | ||
| QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }} | ||
| PROD_AWS_ACCOUNT_NUMBER: ${{ secrets.AWS_ACCOUNT_ID_PROD }} | ||
| QA_PYROSCOPE_INSTANCE: ${{ secrets.QA_PYROSCOPE_INSTANCE }} | ||
| QA_PYROSCOPE_KEY: ${{ secrets.QA_PYROSCOPE_KEY }} | ||
| GRAFANA_INTERNAL_TENANT_ID: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }} | ||
| GRAFANA_INTERNAL_BASIC_AUTH: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }} | ||
| GRAFANA_INTERNAL_HOST: ${{ secrets.GRAFANA_INTERNAL_HOST }} | ||
| GRAFANA_INTERNAL_URL_SHORTENER_TOKEN: ${{ secrets.GRAFANA_INTERNAL_URL_SHORTENER_TOKEN }} | ||
| LOKI_TENANT_ID: ${{ secrets.LOKI_TENANT_ID }} | ||
| LOKI_URL: ${{ secrets.LOKI_URL }} | ||
| LOKI_BASIC_AUTH: ${{ secrets.LOKI_BASIC_AUTH }} | ||
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| AWS_REGION: ${{ secrets.QA_AWS_REGION }} | ||
| AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN: ${{ secrets.AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN }} | ||
| AWS_API_GW_HOST_GRAFANA: ${{ secrets.AWS_API_GW_HOST_GRAFANA }} | ||
| TEST_SECRETS_OVERRIDE_BASE64: ${{ secrets[inputs.test_secrets_override_key] }} | ||
| SLACK_BOT_TOKEN: ${{ secrets.QA_SLACK_API_KEY }} | ||
| SLACK_API_KEY: ${{ secrets.QA_SLACK_API_KEY }} | ||
| MAIN_DNS_ZONE_PUBLIC_SDLC: ${{ secrets.MAIN_DNS_ZONE_PUBLIC_SDLC }} | ||
| AWS_K8S_CLUSTER_NAME_SDLC: ${{ secrets.AWS_K8S_CLUSTER_NAME_SDLC }} |
| AWS_REGION: ${{ secrets.QA_AWS_REGION }} | ||
| AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN: ${{ secrets.AWS_OIDC_IAM_ROLE_VALIDATION_PROD_ARN }} | ||
| AWS_API_GW_HOST_GRAFANA: ${{ secrets.AWS_API_GW_HOST_GRAFANA }} | ||
| TEST_SECRETS_OVERRIDE_BASE64: ${{ secrets[inputs.test_secrets_override_key] }} |
Comment on lines
+255
to
+263
| if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }} | ||
| needs: [docker-core-plugins] | ||
| uses: ./.github/workflows/cre-local-env-tests.yaml | ||
| with: | ||
| chainlink_image_tag: ${{ needs.docker-core-plugins.outputs.docker-manifest-tag }} | ||
| chainlink_version: ${{ github.ref_name != '' && github.ref_name || 'develop' }} | ||
| secrets: inherit | ||
|
|
||
| call-cre-workflow-don-benchmark: |
Comment on lines
+9
to
+25
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: "SigScanner checking ${{ github.sha }} by ${{ github.actor }}" | ||
| env: | ||
| API_TOKEN: ${{ secrets.SIGSCANNER_API_TOKEN }} | ||
| API_URL: ${{ secrets.SIGSCANNER_API_URL }} | ||
| run: | | ||
| echo "🔎 Checking commit ${{ github.sha }} by ${{ github.actor }} in ${{ github.repository }} - ${{ github.event_name }}" | ||
| CODE=`curl --write-out '%{http_code}' -X POST -H "Content-Type: application/json" -H "Authorization: $API_TOKEN" --silent --output /dev/null --url "$API_URL" --data '{"commit":"${{ github.sha }}","repository":"${{ github.repository }}","author":"${{ github.actor }}"}'` | ||
| echo "Received $CODE" | ||
| if [[ "$CODE" == "200" ]]; then | ||
| echo "✅ Commit is verified" | ||
| exit 0 | ||
| else | ||
| echo "❌ Commit is NOT verified" | ||
| exit 1 | ||
| fi |
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Summary
One signed commit on top of the current
release/2.41.3tip that replaces the working tree to match the intended lineage:release/2.41.2@9c2ef7d71dca0ae3431d(chore/bootstrap-release-2.41.3-from-2.41.2), includingpackage.json2.41.3.Why
release/2.41.3was initially created from the wrong ancestry. Force-push to the branch is disallowed by repo rules; this PR completes the realignment via the required PR + checks path.Supersedes
CONFLICTING).Ticket