Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hongyan liu
lhy-test
Commits
641ef50a
Commit
641ef50a
authored
1 year ago
by
ucas
Browse files
Options
Download
Email Patches
Plain Diff
test-tag-dingshi
parent
43ec0081
main
v5.00
v4.00
v3.00
v1.6
v1.5
v1.4
v1.2
v1.1
No related merge requests found
Pipeline
#173
failed with stage
in 2 minutes and 1 second
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+22
-1
.gitlab-ci.yml
with
22 additions
and
1 deletion
+22
-1
.gitlab-ci.yml
View file @
641ef50a
...
...
@@ -41,7 +41,18 @@ job:on-schedule:
-
./ssh-rc.sh
-
lavacli --uri http://lhy0407:lhy-0407@localhost/RPC2/ jobs submit /home/ucas/lhy-test/yaml/wanghuo-base.yaml
job1
:
job1:on-schedule:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "schedule"
script
:
-
echo "This is a job for schedule"
-
ssh -llhy 192.168.77.168 "cd /workdir/lhy/wanghuo-rc/ && ./do_all.sh -m ft2004 -r rel-v1.0.0-rc2 --download-dir /workdir/lhy/yocto/downloads/ --sstate-dir /workdir/lhy/yocto/sstate-cache/"
-
scp lhy@192.168.77.168:/workdir/lhy/wanghuo-rc/build_ft2004/tmp/deploy/images/ft2004/Image /home/ucas/lhy-test/qemu
-
scp lhy@192.168.77.168:/workdir/lhy/wanghuo-rc/build_ft2004/tmp/deploy/images/ft2004//home/phytium/wanghuo-image-minimal-ft2004.ext4 /home/phytium/core-image-minimal-ft2004-evm.ext4
-
lavacli --uri http://lhy0407:lhy-0407@localhost/RPC2/ jobs submit /home/ucas/lhy-test/yaml/test-qemu.yaml
job2
:
only
:
-
tags
script
:
...
...
@@ -60,3 +71,13 @@ job1:
-
./ssh-rc.sh
-
lavacli --uri http://lhy0407:lhy-0407@localhost/RPC2/ jobs submit /home/ucas/lhy-test/yaml/wanghuo-base.yaml
job3
:
only
:
-
tags
script
:
-
echo "This is a job for tag"
-
ssh -llhy 192.168.77.168 "cd /workdir/lhy/wanghuo-rc/ && ./do_all.sh -m ft2004 -r rel-v1.0.0-rc2 --download-dir /workdir/lhy/yocto/downloads/ --sstate-dir /workdir/lhy/yocto/sstate-cache/"
-
scp lhy@192.168.77.168:/workdir/lhy/wanghuo-rc/build_ft2004/tmp/deploy/images/ft2004/Image /home/ucas/lhy-test/qemu
-
scp lhy@192.168.77.168:/workdir/lhy/wanghuo-rc/build_ft2004/tmp/deploy/images/ft2004//home/phytium/wanghuo-image-minimal-ft2004.ext4 /home/phytium/core-image-minimal-ft2004-evm.ext4
-
lavacli --uri http://lhy0407:lhy-0407@localhost/RPC2/ jobs submit /home/ucas/lhy-test/yaml/test-qemu.yaml
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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
Menu
Projects
Groups
Snippets
Help