Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolo Parmiggiani
test_CI
Commits
879f951a
Commit
879f951a
authored
Jul 02, 2021
by
Nicolo Parmiggiani
Browse files
Update .gitlab-ci.yml
parent
79af5eff
Pipeline
#2076
failed with stages
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
879f951a
...
...
@@ -76,33 +76,38 @@ build-job:
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
test-job
1
:
test-job
:
stage
:
test
script
:
-
echo "This job tests something"
-
source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs
-
acsStart
-
echo "test 1"
#test-job1:
# stage: test
# script:
# - echo "This job tests something"
# - source /alma/ACS-2020AUG/ACSSW/config/.acs/.bash_profile.acs
# - acsStart
test-job2
:
stage
:
test
script
:
-
echo "This job tests something, but takes more time than test-job1."
-
echo "After the echo commands complete, it runs the sleep command for 20 seconds"
-
echo "which simulates a test that runs 20 seconds longer than test-job1"
-
git clone https://www.ict.inaf.it/gitlab/astri/scada/tcs.git
test-job3
:
stage
:
test
script
:
-
echo "This job tests something, but takes more time than test-job1."
-
echo "After the echo commands complete, it runs the sleep command for 20 seconds"
-
echo "which simulates a test that runs 20 seconds longer than test-job1"
-
git clone git@git.ia2.inaf.it:nicolo.parmiggiani/test_ci_2.git
-
ls -la
deploy-prod
:
stage
:
deploy
script
:
-
echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
#
test-job2:
#
stage: test
#
script:
#
- echo "This job tests something, but takes more time than test-job1."
#
- echo "After the echo commands complete, it runs the sleep command for 20 seconds"
#
- echo "which simulates a test that runs 20 seconds longer than test-job1"
#
- git clone https://www.ict.inaf.it/gitlab/astri/scada/tcs.git
#
test-job3:
#
stage: test
#
script:
#
- echo "This job tests something, but takes more time than test-job1."
#
- echo "After the echo commands complete, it runs the sleep command for 20 seconds"
#
- echo "which simulates a test that runs 20 seconds longer than test-job1"
#
- git clone git@git.ia2.inaf.it:nicolo.parmiggiani/test_ci_2.git
#
- ls -la
#
deploy-prod:
#
stage: deploy
#
script:
#
- echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment