Skip to content

Commit

Permalink
ci/cd - increase ansible-galaxy timeout and drupal delay
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Feb 22, 2023
1 parent 85c7d37 commit 362cc80
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 985 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
- name: Install ansible
run: pip install ansible
- name: Install ansible libs
run: ansible-galaxy install monolithprojects.github_actions_runner && ansible-galaxy collection install community.general
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner && ansible-galaxy collection install --timeout 120 community.general
# Create Docker infra
- run: ./tests/create.sh docker
env:
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
- name: Install ansible
run: pip install ansible
- name: Install ansible libs
run: ansible-galaxy install monolithprojects.github_actions_runner && ansible-galaxy collection install community.general
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner && ansible-galaxy collection install --timeout 120 community.general
# Create Autoconf infra
- run: ./tests/create.sh autoconf
env:
Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
- name: Install ansible
run: pip install ansible
- name: Install ansible libs
run: ansible-galaxy install monolithprojects.github_actions_runner && ansible-galaxy collection install community.general
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner && ansible-galaxy collection install --timeout 120 community.general
# Create Swarm infra
- run: ./tests/create.sh swarm
env:
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
- name: Install ansible
run: pip install ansible
- name: Install ansible libs
run: ansible-galaxy install monolithprojects.github_actions_runner && ansible-galaxy collection install community.general
run: ansible-galaxy install --timeout 120 monolithprojects.github_actions_runner && ansible-galaxy collection install --timeout 120 community.general
# Create Linux infra
- run: ./tests/create.sh linux
env:
Expand Down
Loading

0 comments on commit 362cc80

Please sign in to comment.