This is an automated email from the ASF dual-hosted git repository.
akitouni pushed a commit to branch abderrahim/test-ci
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to refs/heads/abderrahim/test-ci by this
push:
new efc6dec use test image
efc6dec is described below
commit efc6deccfc54531dbe87e7a4943b224b6d40d7df
Author: Abderrahim Kitouni <[email protected]>
AuthorDate: Tue Mar 22 17:57:11 2022 +0100
use test image
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f9dc38..a79a74b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ concurrency:
jobs:
tests:
runs-on: ubuntu-20.04
- container:
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-${{matrix.test-name}}-master-488745436
+ container:
registry.gitlab.com/buildstream/buildstream-docker-images/testsuite-${{matrix.test-name}}-abderrahim-no-testuser-498406388
continue-on-error: ${{ matrix.allow-failure || false }}
strategy: