Skip to content

Commit

Permalink
run only problematic test and add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Dec 23, 2024
1 parent ec6f069 commit eccaf50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
if: ${{ env.NON_DOCS_FILES_CHANGED != 0 }}
run: |
skaffold config set --global collect-metrics false
IT_PARTITION=${{ matrix.integration_test_partitions }} make integration-tests
INTEGRATION_TEST_ARGS="-run=TestDevAutoSync/" IT_PARTITION=${{ matrix.integration_test_partitions }} make integration-tests
2 changes: 2 additions & 0 deletions integration/examples/jib-sync/skaffold-gradle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ build:
type: gradle
args:
- -Psync
- --stacktrace
- --info
fromImage: gcr.io/distroless/java21-debian12:debug
sync:
auto: true
Expand Down

0 comments on commit eccaf50

Please sign in to comment.