Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Aug 29, 2024
1 parent af852c6 commit 2a83f19
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@ jobs:
- uses: actions/checkout@v2
- name: Start simple stack
run: ./start.sh
- name: Run endpoints tests
run: ./test_endpoints.sh
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
run: ./scripts/init_stack_with_data.sh local
- name: Stop stack
run: ./stop.sh
iam-stack:
runs-on: ubuntu-latest
steps:
- name: Start iam stack
run: ./start.sh iam
- name: Run endpoints tests
run: ./test_endpoints.sh iam
- name: Init configurations
run: ./scripts/init_arlas_cli_confs.sh
- name: Init stack with data
run: ./scripts/init_stack_with_data.sh local.iam.admin
- name: Stop stack
run: ./stop.sh
# - name: Run endpoints tests
# run: ./test_endpoints.sh
# - name: Init configurations
# run: ./scripts/init_arlas_cli_confs.sh
# - name: Init stack with data
# run: ./scripts/init_stack_with_data.sh local
# - name: Stop stack
# run: ./stop.sh
# iam-stack:
# runs-on: ubuntu-latest
# steps:
# - name: Start iam stack
# run: ./start.sh iam
# - name: Run endpoints tests
# run: ./test_endpoints.sh iam
# - name: Init configurations
# run: ./scripts/init_arlas_cli_confs.sh
# - name: Init stack with data
# run: ./scripts/init_stack_with_data.sh local.iam.admin
# - name: Stop stack
# run: ./stop.sh

3 changes: 1 addition & 2 deletions dc/ref-dc-elastic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ services:
test: "curl -s -X GET http://localhost:9200/_cluster/health?pretty | grep status | grep -q '\\(green\\|yellow\\)'"
interval: 10s
timeout: 10s
retries: 120

retries: 3

0 comments on commit 2a83f19

Please sign in to comment.