From a9a4ed925f6873a05c06955364fbdc0f425dab37 Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Fri, 26 Sep 2025 10:07:34 +0700 Subject: [PATCH 1/2] ci: try different runner --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)' || '') }} From ddc9b10e74da510cdecba2c509d60cb1fd7cb5fd Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Fri, 26 Sep 2025 10:42:46 +0700 Subject: [PATCH 2/2] try to remove caching stuff --- action.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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/