From efd9ea52399373584a2fac8a3c9e2e929ab78df8 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 20 Jul 2023 20:56:36 -0500
Subject: [PATCH] Add arraycontext downstream CI

---
 .github/workflows/ci.yml | 2 +-
 .gitlab-ci.yml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6c47aa63f..6f06acdc9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -141,7 +141,7 @@ jobs:
     downstream_tests:
         strategy:
             matrix:
-                downstream_project: [meshmode, grudge, pytential, pytato]
+                downstream_project: [arraycontext, meshmode, grudge, pytential, pytato]
             fail-fast: false
         name: Tests for downstream project ${{ matrix.downstream_project }}
         runs-on: ubuntu-latest
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d94a9f484..4935db790 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -201,7 +201,7 @@ Benchmarks:
 Downstream:
   parallel:
     matrix:
-    - DOWNSTREAM_PROJECT: [meshmode, grudge, pytential, pytato]
+    - DOWNSTREAM_PROJECT: [arraycontext, meshmode, grudge, pytential, pytato]
   tags:
   - large-node
   - "docker-runner"
-- 
GitLab