Skip to content

Commit

Permalink
Added call to gitlab_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan committed Mar 26, 2024
1 parent 1e9721f commit dc6640f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ stages:
check-code:
stage: check
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/check_java.sh\""
Expand All @@ -25,6 +26,7 @@ ant-build:
stage: build
needs: [ "check-code" ]
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/build_1_8.sh\""
Expand All @@ -34,6 +36,7 @@ test-code-8:
stage: test
needs: [ "check-code" ]
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_8.sh\""
Expand All @@ -54,6 +57,7 @@ test-code-11:
stage: test
needs: [ "check-code" ]
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_11.sh\""
Expand All @@ -75,6 +79,7 @@ test-code-17:
stage: test
needs: [ "check-code" ]
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_17.sh\""
Expand All @@ -96,6 +101,7 @@ test-code-21:
stage: test
needs: [ "check-code" ]
script:
- "gitlab_wait.sh"
- "ecr_login"
- "ecr_pull vm_base_intel latest"
- "ci_docker_run \"vm_base_intel:latest\" \"bc-java\" \"/workspace/bc-java/ci/test_21.sh\""
Expand Down

0 comments on commit dc6640f

Please sign in to comment.