You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/01/03 14:57:22 UTC

[buildstream] 02/18: Remove notes

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

tvb pushed a commit to branch tristan/test-workflows
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 42d13b7edc3eccb1c242bf6e2ed96e62d71e7dfb
Author: Chandan Singh <ch...@chandansingh.net>
AuthorDate: Wed Aug 19 19:22:36 2020 +0100

    Remove notes
---
 .github/workflows/ci.yml | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f5aabb7..51bfb06 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,27 +18,6 @@ on: push
 # New opportunities:
 # - run tests on mac (GitHub provides MacOS runners)
 # - standardize WSL tasks by using GitHub-provided runners
-#
-#
-# NOTE:
-#
-# * GitHub Actions do not support YAML variables and/or YAML anchors, which
-#   leads to some repetition. Job matrices solve this to some extent but
-#   combined with some other issues, this seems like a ongoing source of
-#   misery.
-# * Not being able to use the standard `container` directive for running our
-#   tests is one such example that makes this situation seem worse.
-#
-# * We have caches etc in GitHub Actions as well, so I don't think we are
-#   missing any killer feature.
-#
-# * Fixing most of the to-do items is mostly mostly a matter of adding more
-#   configuration.
-# * Some of these tasks can probably live in a different yaml file as a
-#   separate workflow.
-#
-# * Similar to GitLab, GitHub also has a container registry, so we can move our
-#   testsuite images there if/when we want to fully migrate off of GitLab.
 
 jobs:
   tests: