Skip to content

chore(actions): replace ubuntu-latest with Zoop runner - #7

Open
leandro-lms-marques wants to merge 2 commits into
mainfrom
feature/gha-runner-migration-rt
Open

leandro-lms-marques wants to merge 2 commits into
mainfrom
feature/gha-runner-migration-rt

Conversation

@leandro-lms-marques

@leandro-lms-marques leandro-lms-marques commented Oct 24, 2025

Copy link
Copy Markdown

User description

chore(actions): replace ubuntu-latest with Zoop runner


PR Type

Enhancement


Description

  • Substituição do runner ubuntu-latest pelo runner pagzoop

  • Migração para infraestrutura interna da Zoop


Changes walkthrough 📝

Relevant files
Configuration changes
build_release.yml
Migração para runner pagzoop                                                         

.github/workflows/build_release.yml

  • Alteração do runner de ubuntu-latest para pagzoop no job de build
  • Alteração do runner de ubuntu-latest para pagzoop no job de release
  • +2/-2     
    mobsf.yml
    Migração para runner pagzoop                                                         

    .github/workflows/mobsf.yml

  • Substituição do runner ubuntu-latest pelo runner pagzoop no job
    mobile-security
  • +1/-1     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @leandro-lms-marques
    leandro-lms-marques requested a review from a team as a code owner October 24, 2025 16:25
    @zoop-pr-agent-by-codium

    Copy link
    Copy Markdown

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    @zoop-pr-agent-by-codium

    Copy link
    Copy Markdown

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Impact
    General
    Verificar disponibilidade do runner

    Verifique se o runner pagzoop está corretamente configurado e disponível no GitHub
    Actions. Runners personalizados precisam estar ativos e registrados corretamente
    para que os workflows funcionem.

    .github/workflows/build_release.yml [9-16]

     jobs:
       build:
         name: Build APK
    -+    runs-on: pagzoop
    +    runs-on: pagzoop
         env:
           GITHUB_USER: ${{ secrets.ORG_ZOOP_SDK_GITHUB_USER }}
           GITHUB_PAT: ${{ secrets.ORG_ZOOP_SDK_GITHUB_PASSWORD }}
    
    Suggestion importance[1-10]: 7

    __

    Why: A sugestão alerta sobre a necessidade de verificar se o runner personalizado "pagzoop" está corretamente configurado e disponível. Isso é importante porque a PR está substituindo o runner padrão "ubuntu-latest" por um runner personalizado, o que pode causar falhas no workflow se não estiver devidamente configurado.

    Medium

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    enhancement New feature or request Review effort 1/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant