Skip to content

Commit

Permalink
CLDSRV-474: fix CI fail
Browse files Browse the repository at this point in the history
(cherry picked from commit e109b0f)
  • Loading branch information
tmacro committed Feb 21, 2024
1 parent a11e1ad commit a6e6e2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .github/actions/setup-ci/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,3 @@ runs:
- name: install dependencies
shell: bash
run: yarn install --ignore-engines --frozen-lockfile --network-concurrency 1
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip
- name: Install python deps
shell: bash
run: pip install docker-compose
2 changes: 1 addition & 1 deletion .github/docker/creds.env
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ gcpbackendmismatch_GCP_SERVICE_KEY
gcpbackend_GCP_SERVICE_KEYFILE
gcpbackendmismatch_GCP_SERVICE_KEYFILE
gcpbackendnoproxy_GCP_SERVICE_KEYFILE
gcpbackendproxy_GCP_SERVICE_KEYFILE
gcpbackendproxy_GCP_SERVICE_KEYFILE
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Setup CI environment
uses: ./.github/actions/setup-ci
- name: Setup CI services
run: docker-compose up -d
run: docker compose up -d
working-directory: .github/docker
- name: Run multiple backend test
run: |-
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
sudo apt-get install -y libdigest-hmac-perl
pip install 's3cmd==2.3.0'
- name: Setup CI services
run: docker-compose up -d
run: docker compose up -d
working-directory: .github/docker
- name: Run file ft tests
run: |-
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
- name: Setup CI environment
uses: ./.github/actions/setup-ci
- name: Setup CI services
run: docker-compose up -d
run: docker compose up -d
working-directory: .github/docker
- name: Run file utapi v2 tests
run: |-
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
run: cp -r ./certs /tmp/ssl-kmip
working-directory: .github/pykmip
- name: Setup CI services
run: docker-compose --profile pykmip up -d
run: docker compose --profile pykmip up -d
working-directory: .github/docker
- name: Run file KMIP tests
run: |-
Expand Down

0 comments on commit a6e6e2f

Please sign in to comment.