Skip to content

Commit

Permalink
Update CI (#1828)
Browse files Browse the repository at this point in the history
* Update docker/login-action to v2
* Reduce integ test parallelism
  • Loading branch information
pavannd1 committed Jan 5, 2023
1 parent 4c3858a commit 313c186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: src
- uses: docker/login-action@v1
- uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
2 changes: 1 addition & 1 deletion build/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -o nounset
# Default bucket name
INTEGRATION_TEST_DIR=pkg/testing
# Degree of parallelism for integration tests
DOP="4"
DOP="3"
TEST_TIMEOUT="30m"
# Set default options
TEST_OPTIONS="-tags=integration -timeout ${TEST_TIMEOUT} -check.suitep ${DOP}"
Expand Down

0 comments on commit 313c186

Please sign in to comment.