This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git


The following commit(s) were added to refs/heads/master by this push:
     new d97c71f  Remove commented ubuntu 16.04 pipeline (#472)
d97c71f is described below

commit d97c71f49189f79eafe748fa6f0abae409918025
Author: Mingshen Sun <[email protected]>
AuthorDate: Tue Jan 26 16:52:03 2021 -0800

    Remove commented ubuntu 16.04 pipeline (#472)
---
 .drone.yml | 275 -------------------------------------------------------------
 1 file changed, 275 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 02538ad..5338405 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -242,172 +242,6 @@ steps:
 node:
   instance: mesatee-sgx
 
-# ---
-
-# kind: pipeline
-# name: sgx-debug-ubuntu-1604
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DTEST_MODE=ON ..
-# - name: check
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make check
-# - name: compile
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make VERBOSE=1 -j2
-# - name: test
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   environment:
-#     AS_ALGO: sgx_epid
-#     AS_URL: https://api.trustedservices.intel.com:443
-#     AS_KEY:
-#       from_secret: V5_KEY
-#     AS_SPID:
-#       from_secret: V5_SPID
-#   privileged: true
-#   volumes:
-#   - name: isgx
-#     path: /dev/isgx
-#   - name: aesmd
-#     path: /var/run/aesmd/aesm.socket
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make run-tests
-
-# volumes:
-# - name: isgx
-#   host:
-#     path: /dev/isgx
-# - name: aesmd
-#   host:
-#     path: /var/run/aesmd/aesm.socket
-
-# node:
-#   instance: mesatee-sgx
-
-# ---
-
-# kind: pipeline
-# name: sgx-release-ubuntu-1604
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake -DTEST_MODE=ON ..
-# - name: check
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make check
-# - name: compile
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make VERBOSE=1 -j2
-# - name: test
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   privileged: true
-#   environment:
-#     AS_ALGO: sgx_epid
-#     AS_URL: https://api.trustedservices.intel.com:443
-#     AS_KEY:
-#       from_secret: V5_KEY
-#     AS_SPID:
-#       from_secret: V5_SPID
-#   volumes:
-#   - name: isgx
-#     path: /dev/isgx
-#   - name: aesmd
-#     path: /var/run/aesmd/aesm.socket
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make run-tests
-
-# volumes:
-# - name: isgx
-#   host:
-#     path: /dev/isgx
-# - name: aesmd
-#   host:
-#     path: /var/run/aesmd/aesm.socket
-
-# node:
-#   instance: mesatee-sgx
-
-# ---
-
-# kind: pipeline
-# name: sim-debug-ubuntu-1604
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake -DTEST_MODE=ON ..
-# - name: check
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make check
-# - name: compile
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DSGX_SIM_MODE=ON .. && make 
VERBOSE=1 -j2
-# - name: test
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make run-tests
-
-# node:
-#   instance: mesatee-sgx
-
-# ---
-
-# kind: pipeline
-# name: sim-release-ubuntu-1604
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake ..
-# - name: check
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make check
-# - name: compile
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && cmake -DSGX_SIM_MODE=ON -DTEST_MODE=ON .. && make VERBOSE=1 
-j2
-# - name: test
-#   image: teaclave/teaclave-build-ubuntu-1604:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make run-tests
-
-# node:
-#   instance: mesatee-sgx
-
 ---
 
 kind: pipeline
@@ -435,111 +269,6 @@ steps:
 node:
   instance: mesatee-sgx
 
-# ---
-
-# kind: pipeline
-# name: coverage
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake -DCMAKE_BUILD_TYPE=DEBUG -DCOV=ON -DTEST_MODE=ON ..
-# - name: check
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make check
-# - name: compile
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - export RUSTFLAGS="-D warnings"
-#   - cd build && make VERBOSE=1 -j2
-# - name: test
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   environment:
-#     AS_ALGO: sgx_epid
-#     AS_URL: https://api.trustedservices.intel.com:443
-#     AS_KEY:
-#       from_secret: V5_KEY
-#     AS_SPID:
-#       from_secret: V5_SPID
-#   privileged: true
-#   volumes:
-#   - name: isgx
-#     path: /dev/isgx
-#   - name: aesmd
-#     path: /var/run/aesmd/aesm.socket
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make run-tests
-# - name: coverage
-#   failure: ignore
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   commands:
-#   - cd build && make cov
-#   - bash -c "bash <(curl -s https://codecov.io/bash) -f 
intermediate/cov.info"
-#   environment:
-#     CODECOV_TOKEN:
-#       from_secret: CODECOV_TOKEN
-
-# volumes:
-# - name: isgx
-#   host:
-#     path: /dev/isgx
-# - name: aesmd
-#   host:
-#     path: /var/run/aesmd/aesm.socket
-
-# trigger:
-#   branch:
-#     - master
-#   event:
-#     - push
-
-# node:
-#   instance: mesatee-sgx
-
-# ---
-
-# kind: pipeline
-# name: doc
-
-# steps:
-# - name: prepare
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   commands:
-#   - . /root/.cargo/env
-#   - mkdir -p build
-#   - cd build && cmake ..
-# - name: doc
-#   image: teaclave/teaclave-build-ubuntu-1804-sgx-2.9.1:0.1.2
-#   failure: ignore
-#   commands:
-#   - . /root/.cargo/env
-#   - cd build && make doc
-#   - mkdir -p ~/.ssh && echo $DOC_KEY | base64 -d > ~/.ssh/id_rsa && chmod 
600 ~/.ssh/id_rsa
-#   - tar czf doc.tar.gz -C cmake_tomls/unix_app/target/ doc && ssh -i 
~/.ssh/id_rsa -o StrictHostKeyChecking=no $DOC_USERNAME@$DOC_HOSTNAME "cd 
/home/ubuntu/www/mesatee.org && tar -xz" < doc.tar.gz
-#   environment:
-#     DOC_KEY:
-#       from_secret: DOC_KEY
-#     DOC_USERNAME:
-#       from_secret: DOC_USERNAME
-#     DOC_HOSTNAME:
-#       from_secret: DOC_HOSTNAME
-
-# trigger:
-#   branch:
-#     - master
-#   event:
-#     - push
-
-# node:
-#   instance: mesatee-sgx
-
 ---
 
 kind: pipeline
@@ -580,10 +309,6 @@ depends_on:
   - sgx-release-ubuntu-1804
   - sim-debug-ubuntu-1804
   - sim-release-ubuntu-1804
-  # - sgx-debug-ubuntu-1604
-  # - sgx-release-ubuntu-1604
-  # - sim-debug-ubuntu-1604
-  # - sim-release-ubuntu-1604
   - lint
 
 node:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to