From 96cc2a85c7d611a3cebb03f41fd03e29e522fd70 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:02:01 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node + image: node:latest commands: - echo hello \ No newline at end of file From c8c1a362e88b3d1f8f12275f6d7e04d931833244 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:15:49 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file From 5e7c6f7dfd5ce6cc6e287fcbc000dadd9992b324 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:24:50 +0800 Subject: [PATCH 3/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node + image: node:latest commands: - echo hello \ No newline at end of file From 5e52ce51a239f5c8dd0b489a8a71e94f976179b4 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Tue, 21 Jul 2020 15:49:46 +0800 Subject: [PATCH 4/9] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.trustie-pipeline.yml?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .trustie-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c41f16..eafd809 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: node:latest + image: node commands: - echo hello \ No newline at end of file From ba7f7bd89fbdfcd51922951216ed3b5f8ef20fb5 Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 14:51:15 +0800 Subject: [PATCH 5/9] fffffffff --- caishi.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 caishi.html diff --git a/caishi.html b/caishi.html new file mode 100644 index 0000000..1230a9c --- /dev/null +++ b/caishi.html @@ -0,0 +1 @@ +dkadfiwjsldkjfalkjfalsdkfj \ No newline at end of file From 2dad9dc99d2f50f5ed6c5ffa06886b1c5428310a Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 15:51:35 +0800 Subject: [PATCH 6/9] Update '.trustie-pipeline.yml' --- .trustie-pipeline.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eafd809..b2af5fc 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,12 +1,15 @@ kind: pipeline -name: default + name: default -platform: - os: linux - arch: arm64 + platform: + os: linux + arch: arm64 -steps: - - name: test - image: node - commands: - - echo hello \ No newline at end of file + steps: + - name: test + image: gcc + commands: + - ./configure + - make + - make test + 1111 \ No newline at end of file From 575294361aca58d6d69ce44dcf817247872889ca Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:30:44 +0800 Subject: [PATCH 7/9] ADD a file for test devops --- test_devops.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test_devops.rb diff --git a/test_devops.rb b/test_devops.rb new file mode 100644 index 0000000..4cecb53 --- /dev/null +++ b/test_devops.rb @@ -0,0 +1,3 @@ +def test_devops + puts "This is good idea." +end \ No newline at end of file From b08fcbd0a3605c0cf5379090ba8c70d19507076e Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:03 +0800 Subject: [PATCH 8/9] Upate file --- .trustie-pipeline.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index b2af5fc..17ea19b 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,15 +1,13 @@ kind: pipeline - name: default +name: default - platform: - os: linux - arch: arm64 +platform: + os: linux + arch: arm64 - steps: - - name: test - image: gcc - commands: - - ./configure - - make - - make test - 1111 \ No newline at end of file +steps: +- name: test + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file From f5311b6c0a37525c2e5f9e9632956fd7bfa1ea4c Mon Sep 17 00:00:00 2001 From: jasder <2053003901@qq.com> Date: Fri, 24 Jul 2020 17:34:50 +0800 Subject: [PATCH 9/9] FIX code review --- .trustie-pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 17ea19b..432ed6a 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,7 +7,7 @@ platform: steps: - name: test - image: ruby - commands: - - bundle install --jobs=3 --retry=3 - - rake \ No newline at end of file + image: ruby + commands: + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file