diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49298277c4f..35d99fa768b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, ubuntu-24.04-arm] + os: [ubuntu-latest, ubuntu-24.04-arm] container_engine: ['docker'] # TODO: add 'podman' into the list compose_profiles: ['feature-complete', 'errors-only'] name: ${{ format('integration test{0}{1}{2}', matrix.os == 'ubuntu-24.04-arm' && ' (arm64)' || '', matrix.container_engine == 'podman' && ' (podman)' || '', matrix.compose_profiles == 'errors-only' && ' (errors-only)' || '') }} diff --git a/action.yaml b/action.yaml index 563e06d40d6..166e5cd58c4 100644 --- a/action.yaml +++ b/action.yaml @@ -170,12 +170,12 @@ runs: env: COMPOSE_PROFILES: ${{ inputs.compose_profiles }} run: | - sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync - rsync -aW --super --numeric-ids --no-compress --mkpath \ - /var/lib/docker/volumes/sentry-postgres \ - /var/lib/docker/volumes/sentry-clickhouse \ - /var/lib/docker/volumes/sentry-kafka \ - "$RUNNER_TEMP/volumes/" + # sudo chown root /usr/bin/rsync && sudo chmod u+s /usr/bin/rsync + # rsync -aW --super --numeric-ids --no-compress --mkpath \ + # /var/lib/docker/volumes/sentry-postgres \ + # /var/lib/docker/volumes/sentry-clickhouse \ + # /var/lib/docker/volumes/sentry-kafka \ + # "$RUNNER_TEMP/volumes/" cd ${{ github.action_path }} pytest -x --cov --junitxml=junit.xml _integration-test/