Skip to content

Commit

Permalink
Trying to fix voms-aa timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Apr 29, 2024
1 parent d118158 commit 726512c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/voms-aa.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Provide trustanchors
run: docker compose --file docker-compose.ci.yml up trust
working-directory: compose

- name: Start compose
run: docker compose --file docker-compose.ci.yml up --detach db voms ngx vomsaa testsuite
run: docker compose --file docker-compose.ci.yml up --detach
working-directory: compose
env:
TS_IMAGE: italiangrid/voms-testsuite:centos${{ matrix.client }}
Expand Down
2 changes: 1 addition & 1 deletion compose/assets/vomsaa/application-mysql-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ voms:
trust-anchors-refresh-interval-secs: 14400
aa:
host: voms-aa.test.example
port: ${server.port}
port: 443
vo-name: vo.2
optional-group-label: voms.role
use-legacy-fqan-encoding: true

0 comments on commit 726512c

Please sign in to comment.