-
Notifications
You must be signed in to change notification settings - Fork 336
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
Update settings migration workflow #7012
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 8 files reviewed, 2 unresolved discussions (waiting on @mojganii)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 16 at r1 (raw file):
env: TEST_DEVICE_UDID: 00008130-0019181022F3803A OLD_APP_COMMIT_HASH: 895b7d98825e678f5d7023d5ea3c9b7beee89280
This commit doesn't seem to exist anymore
Do you have a link to a successful run of this flow that runs the tests correctly ?
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
- uninstall_app uses: mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main with:
I think we can remove the mullvad/mullvadvpn-app
prefix here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @mojganii)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @buggmagnet)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 16 at r1 (raw file):
Previously, buggmagnet wrote…
This commit doesn't seem to exist anymore
Do you have a link to a successful run of this flow that runs the tests correctly ?
I checked out this commit to address the issue reported at IOS-866. Additionally, you can view the successful execution of the flow here.
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
Previously, buggmagnet wrote…
I think we can remove the
mullvad/mullvadvpn-app
prefix here
we can't indeed. it is part of syntax.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @mojganii)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
Previously, mojganii wrote…
we can't indeed. it is part of syntax.
I'm not sure I follow, the previous version had this line
uses: ./.github/actions/ios-end-to-end-tests
Are you saying that wasn't working ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @buggmagnet)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
Previously, buggmagnet wrote…
I'm not sure I follow, the previous version had this line
uses: ./.github/actions/ios-end-to-end-tests
Are you saying that wasn't working ?
they aren't equal. the previous one is ./.github/actions/ios-end-to-end-tests
which is using the workflow in the checked out repo but mine is using workflow from main branch which mullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @buggmagnet)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
Previously, mojganii wrote…
they aren't equal. the previous one is
./.github/actions/ios-end-to-end-tests
which is using the workflow in the checked out repo but mine is using workflow from main branch whichmullvad/mullvadvpn-app/.github/workflows/ios-end-to-end-tests.yml@main
You can find more info here.
e6a8ba5
to
1c030a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 7 of 8 files reviewed, 2 unresolved discussions (waiting on @mojganii and @rablador)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 16 at r1 (raw file):
Previously, mojganii wrote…
I checked out this commit to address the issue reported at IOS-866. Additionally, you can view the successful execution of the flow here.
My bad, it looks like I didn't have the commit in my git history.
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 62 at r1 (raw file):
Ah right, reusable workflows
The docs does specify the following
./.github/workflows/{filename}
for reusable workflows in the same repository.
Both are in our repo, but I think it's fine to leave it like this. After looking at it again, I think I prefer the explicit version. rather than the implicit one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @mojganii)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @mojganii)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 13 at r2 (raw file):
# At midnight every day. # Notifications for scheduled workflows are sent to the user who last modified the cron # syntax in the workflow file. If you update this you must have notifications for
As discussed offline, let's reinstate this comment
1c030a5
to
cf92ed3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @mojganii)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @buggmagnet)
.github/workflows/ios-end-to-end-tests-settings-migration.yml
line 13 at r2 (raw file):
Previously, buggmagnet wrote…
As discussed offline, let's reinstate this comment
Done.
cf92ed3
to
1521f28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @buggmagnet)
c5a6bfc
to
1521f28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r4, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @buggmagnet and @mojganii)
1b61729
to
24c443c
Compare
46a9a49
to
0bbbd27
Compare
87d4fc1
to
b73d5b5
Compare
9fb6588
to
938780b
Compare
6583bb9
to
20aa103
Compare
20aa103
to
8732873
Compare
This PR optimizes the testing workflow by reusing the
ios-end-to-end-tests
for generatingxcresult
. it's a great step towards enhancing efficiency and consistency in iOS test reporting.This change is