-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[devtools] Enable the framework upgrade test again #15763
Open
perryjrandall
wants to merge
1
commit into
main
Choose a base branch
from
01-16-_devtools_enable_the_framework_upgrade_test_again
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[devtools] Enable the framework upgrade test again #15763
perryjrandall
wants to merge
1
commit into
main
from
01-16-_devtools_enable_the_framework_upgrade_test_again
Conversation
This file contains 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
⏱️ 2h 47m total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
perryjrandall
added
CICD:run-framework-upgrade-test
CICD:run-e2e-tests
when this label is present github actions will run all land-blocking e2e tests from the PR
labels
Jan 16, 2025
— with
Graphite App
perryjrandall
requested review from
igor-aptos,
JoshLind,
rahxephon89,
sionescu,
vgao1996 and
a team
January 16, 2025 23:24
rahxephon89
approved these changes
Jan 16, 2025
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
perryjrandall
force-pushed
the
01-16-_devtools_enable_the_framework_upgrade_test_again
branch
from
January 17, 2025 17:08
bf2ac0f
to
37291d2
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
perryjrandall
force-pushed
the
01-16-_devtools_enable_the_framework_upgrade_test_again
branch
from
January 17, 2025 17:24
37291d2
to
2887619
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
perryjrandall
force-pushed
the
01-16-_devtools_enable_the_framework_upgrade_test_again
branch
from
January 17, 2025 19:51
2887619
to
c89037b
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Previously we disabled this because it was broken on PR Now that it is fixed on PR enable again to make sure it doesnt break! Test Plan: add label, should be triggered on PR
perryjrandall
force-pushed
the
01-16-_devtools_enable_the_framework_upgrade_test_again
branch
from
January 24, 2025 18:42
c89037b
to
f6b53eb
Compare
ibalajiarun
approved these changes
Jan 24, 2025
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CICD:run-e2e-tests
when this label is present github actions will run all land-blocking e2e tests from the PR
CICD:run-framework-upgrade-test
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.
Description
Removes a temporary fix that was disabling the framework upgrade test. This change re-enables the test by removing the code that was forcing
relevant_changes_detected
tofalse
.How Has This Been Tested?
The framework upgrade test will now run normally when relevant changes are detected, validating the intended behavior.
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist