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

ci: Create github action for triggering Bitrise E2E builds based on label #7339

Merged
merged 86 commits into from
Oct 26, 2023

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    0f72d3e View commit details
    Browse the repository at this point in the history
  2. Remove -L

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    30699ac View commit details
    Browse the repository at this point in the history
  3. Fix string

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    89252de View commit details
    Browse the repository at this point in the history
  4. Update format

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9f0f615 View commit details
    Browse the repository at this point in the history
  5. Remove unrelated workflows

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1acc611 View commit details
    Browse the repository at this point in the history
  6. Remove PR id

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    571302d View commit details
    Browse the repository at this point in the history
  7. Add back PR ID

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a9fcef0 View commit details
    Browse the repository at this point in the history
  8. Fix workflow

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    748323a View commit details
    Browse the repository at this point in the history
  9. Simplify Bitrise command

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3202a66 View commit details
    Browse the repository at this point in the history
  10. Remove extra comma

    Cal-L committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f4bd209 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Revert "Remove unrelated workflows"

    This reverts commit 1acc611.
    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e54d17e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/MetaMask/metamask-mobile in…

    …to feature/label-triggered-e2e-test
    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    63c33ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c1e7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2dcf209 View commit details
    Browse the repository at this point in the history
  5. Add extra space

    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f444328 View commit details
    Browse the repository at this point in the history
  6. Change trigger to push

    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    48c6cd8 View commit details
    Browse the repository at this point in the history
  7. PR into feature branch

    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    a2d0682 View commit details
    Browse the repository at this point in the history
  8. Remove trigger map

    Cal-L committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    fe16292 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Log values

    Cal-L committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    4b89c04 View commit details
    Browse the repository at this point in the history
  2. Change to main branch

    Cal-L committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    039d1d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Revert ios_e2e_test

    Cal-L committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    63c2650 View commit details
    Browse the repository at this point in the history
  2. Reduce logic for testing

    Cal-L committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2fd06fa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    c7a2369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    864cb96 View commit details
    Browse the repository at this point in the history
  3. Rename context

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    42b8a04 View commit details
    Browse the repository at this point in the history
  4. Split out script

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bde6989 View commit details
    Browse the repository at this point in the history
  5. Add missing yarn command

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1201f45 View commit details
    Browse the repository at this point in the history
  6. Install yarn

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4ba4478 View commit details
    Browse the repository at this point in the history
  7. Install deps

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    df8a4b9 View commit details
    Browse the repository at this point in the history
  8. Fix RUN E2E label name

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    098b870 View commit details
    Browse the repository at this point in the history
  9. Rename action

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5f7e4e9 View commit details
    Browse the repository at this point in the history
  10. Fix label name

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    623acf7 View commit details
    Browse the repository at this point in the history
  11. Fetch using public api

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c13ccb0 View commit details
    Browse the repository at this point in the history
  12. Add axios

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8b26e4f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7a25d2c View commit details
    Browse the repository at this point in the history
  14. Trigger Bitrise build in script

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1d895ea View commit details
    Browse the repository at this point in the history
  15. Pass missing env vars

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f1eb0d2 View commit details
    Browse the repository at this point in the history
  16. Log build url

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7787f7f View commit details
    Browse the repository at this point in the history
  17. Log build id

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ca6e07d View commit details
    Browse the repository at this point in the history
  18. Post comment

    Cal-L committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a051705 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Allow write permissions

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2552de4 View commit details
    Browse the repository at this point in the history
  2. Try to update PR status

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7724400 View commit details
    Browse the repository at this point in the history
  3. Readd token

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f71778c View commit details
    Browse the repository at this point in the history
  4. Add write status permissions

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    2e3fa57 View commit details
    Browse the repository at this point in the history
  5. Just post comment for now

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e1d590b View commit details
    Browse the repository at this point in the history
  6. Change workflow names

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    949942d View commit details
    Browse the repository at this point in the history
  7. Add logs

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f6de803 View commit details
    Browse the repository at this point in the history
  8. Provide PR link in logs

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    78b87c2 View commit details
    Browse the repository at this point in the history
  9. Re-enable workflows

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    52ab76f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    382c913 View commit details
    Browse the repository at this point in the history
  11. Fix formatting

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c82d20a View commit details
    Browse the repository at this point in the history
  12. Fix commit key

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9ba8f7d View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' of https://github.com/MetaMask/metamask-mobile in…

    …to feature/label-triggered-e2e-test
    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cd1b0ea View commit details
    Browse the repository at this point in the history
  14. Undo workflow changes

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    99ac0f9 View commit details
    Browse the repository at this point in the history
  15. Remove unused code

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ba206a3 View commit details
    Browse the repository at this point in the history
  16. Remove more unused code

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ffe0862 View commit details
    Browse the repository at this point in the history
  17. Check for label first

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    29db28d View commit details
    Browse the repository at this point in the history
  18. Test fail scenario

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    907ae44 View commit details
    Browse the repository at this point in the history
  19. Fix comments error

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ec03cc2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3c29a4d View commit details
    Browse the repository at this point in the history
  21. Fix reference error

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    50a4f6f View commit details
    Browse the repository at this point in the history
  22. Check boolean

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b2a32b9 View commit details
    Browse the repository at this point in the history
  23. Set output of label step

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a856f0e View commit details
    Browse the repository at this point in the history
  24. Try moving things around

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3d31699 View commit details
    Browse the repository at this point in the history
  25. Create env vars

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    abba06d View commit details
    Browse the repository at this point in the history
  26. Improve logs

    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c79e28e View commit details
    Browse the repository at this point in the history
  27. Merge branch 'main' of https://github.com/MetaMask/metamask-mobile in…

    …to feature/label-triggered-e2e-test
    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    17dd38d View commit details
    Browse the repository at this point in the history
  28. Merge branch 'main' of https://github.com/MetaMask/metamask-mobile in…

    …to feature/label-triggered-e2e-test
    Cal-L committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    d12e5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Format run-bitrise-e2e

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1f0a6d8 View commit details
    Browse the repository at this point in the history
  2. Create add-e2e-label workflow for opening and

     ready for review PRs
    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5abaf37 View commit details
    Browse the repository at this point in the history
  3. Fix trigger name

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a1eeb45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3636a1a View commit details
    Browse the repository at this point in the history
  5. Type Error

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b4d22d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9697de6 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    84db312 View commit details
    Browse the repository at this point in the history
  8. Rename files

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    58d7f37 View commit details
    Browse the repository at this point in the history
  9. Conditionally run the last step

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ecbe017 View commit details
    Browse the repository at this point in the history
  10. Fix path

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    71f694d View commit details
    Browse the repository at this point in the history
  11. Fix typo

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e75b0d9 View commit details
    Browse the repository at this point in the history
  12. Simplify bitrise run step

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4feb455 View commit details
    Browse the repository at this point in the history
  13. Add reopened trigger

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ed26bf0 View commit details
    Browse the repository at this point in the history
  14. Handle reopened scenario

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e4659ac View commit details
    Browse the repository at this point in the history
  15. Unlock comment

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    bd24991 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'main' of https://github.com/MetaMask/metamask-mobile in…

    …to feature/label-triggered-e2e-test
    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fe0bb10 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    34fa593 View commit details
    Browse the repository at this point in the history
  18. Update workflow name

    Cal-L committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    59409c1 View commit details
    Browse the repository at this point in the history