From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6927246286546534400 X-Received: by 2002:a2e:b1c8:: with SMTP id e8mr13944179lja.251.1612875211494; Tue, 09 Feb 2021 04:53:31 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:9a16:: with SMTP id o22ls1591918lji.0.gmail; Tue, 09 Feb 2021 04:53:30 -0800 (PST) X-Google-Smtp-Source: ABdhPJxeG9KmXqPWTykNK0rRdaNr761ffRmevbFHW/B7nTipoPSWckYVHbaEx0fZpXi3RWu2cM/o X-Received: by 2002:a2e:9c88:: with SMTP id x8mr14668047lji.409.1612875210311; Tue, 09 Feb 2021 04:53:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612875210; cv=none; d=google.com; s=arc-20160816; b=wKpnrToO/NFSaZfKSn/tpqFsttjRJb896Dvabh5oQQm0tav9Vux7Hqu4wl+pqtzhKD lWvBT5atEjgKoQhKJ54W6EkBCtzNIuVQ3MShrjlD0NZFHustepk1zY2Z29CRq2/0hMZx /oaNOsQPX6ZHZ6bvlQp2bkLPc9ULM99xo0Z+SxySS6ojKaM1qOWFCQmZfvrYh7RaP+O5 qVU3rii8j8dZu6E9g2nS3TYkVYX8S8HYOKndNaRO3hL9pn5trYQrsVRbZydji/hamxdy W6bMLP/JLTtsh0w9lXO4baRp1t973pSAe6eRbFvtDYZonhRliKN3dXLsY7Y99+bgSs8T HSMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:subject:from:to; bh=N55JyZa4ElBt1WSHNLoAo7WVPCdVH8z3AoFWulwjnw0=; b=S4VVeO6RJ/uJraFHEeezjJvw0CMWAbdlFpc5S/eoC7MfMbmJas46qL9XXjbJcabzcJ URVp3NpmOKQJbNnQ9muy+eb0wpY5T9WdJ/6D5Q++Jv9GSHBfI3lzRqbtuB4wAo5cNwui 8akP6BB0H786E/YrK8EaXlZ2+/i4YMD4iMttf51dKJ5PgclylXeLoxYYioBsNQqonTOV /KImroujWHuYWYJUQVSKeUlkQ6wYMlwIwRJK/UCLz4EDsXh4EnINvo0Ip5SG+5Vn7SJt Ygu+NQWE5QBHtpocUkVSexaZ6QxsMnptlRR6+DllR9L+hdf6FSA1BdwJ/C5Fog2SCyBB BuXg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id 28si237495lft.12.2021.02.09.04.53.30 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Feb 2021 04:53:30 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id 119CrTXq000582 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 9 Feb 2021 13:53:29 +0100 Received: from [167.87.34.114] ([167.87.34.114]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 119CrTeR016561 for ; Tue, 9 Feb 2021 13:53:29 +0100 To: isar-users From: Jan Kiszka Subject: FYI: Feasibility of CI on github Message-ID: <20f63dff-b266-24b9-4356-341d99782420@siemens.com> Date: Tue, 9 Feb 2021 13:53:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: Cd5QMzIATKze Hi all, just a note: github workflows can theoratically host our CI as well [1]. In practice, though, we are constrained by its disk limit [2], likely also the job runtime limit (6h) for a full CI run. So, if we wanted to make use of this, splitting up the CI script into smaller steps would be needed. That you can build full isar images on github has been proven in [3] already. Jan [1] https://github.com/siemens/isar/commit/2340460507ebfffcbded835c9dff7c179cc9defc [2] https://github.com/siemens/isar/runs/1862634380?check_suite_focus=true#step:5:1712 [3] https://github.com/siemens/meta-iot2050/actions -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux