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

fixed determine-test-metadata to use current branch as default branch #14897

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yzaccc
Copy link
Contributor

@yzaccc yzaccc commented Oct 8, 2024

Description

changed to use current branch as default branch, so the images for testing can be found correctly.

How Has This Been Tested?

Key Areas to Review

Type of Change

  • New feature
  • Bug fix
  • Breaking change
  • Performance improvement
  • Refactoring
  • Dependency update
  • Documentation update
  • Tests

Which Components or Systems Does This Change Impact?

  • Validator Node
  • Full Node (API, Indexer, etc.)
  • Move/Aptos Virtual Machine
  • Aptos Framework
  • Aptos CLI/SDK
  • Developer Infrastructure
  • Move Compiler
  • Other (specify)

Checklist

  • I have read and followed the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I identified and added all stakeholders and component owners affected by this change as reviewers
  • I tested both happy and unhappy path of the functionality
  • I have made corresponding changes to the documentation

@yzaccc yzaccc requested a review from a team as a code owner October 8, 2024 21:45
Copy link

trunk-io bot commented Oct 8, 2024

⏱️ 1h 5m total CI duration on this PR
Job Cumulative Duration Recent Runs
dispatch_event 15m 🟩
dispatch_event 15m 🟩
dispatch_event 14m 🟩
rust-cargo-deny 5m 🟩🟩🟩
check-dynamic-deps 4m 🟩🟩🟩
determine-test-metadata 3m 🟥🟥🟩
semgrep/ci 2m 🟩🟩🟩
rust-move-tests 2m
rust-move-tests 2m 🟩
rust-move-tests 2m 🟩
general-lints 1m 🟩🟩🟩
file_change_determinator 37s 🟩🟩🟩
permission-check 11s 🟩🟩🟩
permission-check 9s 🟩🟩🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

# on workflow_dispatch, this will simply use the inputs.GIT_SHA given (or the default)
# on pull_request, this will default to null and the following "checkout" step will use the PR's base branch
# on workflow_dispatch, this will simply use the inputs.GIT_SHA given (or the default)
elif [ -n "${{ inputs.GIT_SHA }}" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

You should always use the double-bracket operator [[, like above.

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