Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
75 changes: 62 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
app:
- elixir/alpine-release
- elixir/phoenix
- elixir/phoenix-collector
- elixir/phoenix-opentelemetry
- elixir/phoenix-oban
- elixir/plug
- elixir/plug-ecto
Expand All @@ -66,6 +66,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand All @@ -83,8 +90,8 @@ jobs:
fail-fast: false
matrix:
app:
- java/spring-native-collector
- java/spring-agent-collector
- java/spring-native-opentelemetry
- java/spring-agent-opentelemetry
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -95,6 +102,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand All @@ -115,9 +129,9 @@ jobs:
- go/beego
- go/beego-mod-otel
- go/go-gin-mysql
- go/go-gin-mysql-collector
- go/go-gin-mysql-opentelemetry
- go/gorilla-mux-mysql-redis-mongo
- go/gorilla-mux-mysql-redis-mongo-collector
- go/gorilla-mux-mysql-redis-mongo-opentelemetry
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -128,6 +142,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand All @@ -146,7 +167,7 @@ jobs:
matrix:
app:
- javascript/react
- javascript/react-vite-collector
- javascript/react-vite-opentelemetry
- javascript/ember
- javascript/vanilla
- javascript/vue-3
Expand All @@ -160,6 +181,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand Down Expand Up @@ -191,7 +219,7 @@ jobs:
- nodejs/express-bullmq
- nodejs/express-mongoose
- nodejs/express-postgres
- nodejs/express-postgres-collector
- nodejs/express-postgres-opentelemetry
- nodejs/express-redis
- nodejs/express-redis-alpine
- nodejs/express-yoga
Expand All @@ -206,7 +234,7 @@ jobs:
- nodejs/nextjs-13-app
- nodejs/nextjs-14-app
- nodejs/nextjs-14-pages
- nodejs/nextjs-15-app-collector
- nodejs/nextjs-15-app-opentelemetry
- nodejs/remix
- nodejs/restify
steps:
Expand All @@ -219,6 +247,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand Down Expand Up @@ -252,7 +287,7 @@ jobs:
- ruby/rails7-sidekiq
- ruby/rails8-delayed-job
- ruby/rails8-sidekiq
- ruby/rails8-sidekiq-collector
- ruby/rails8-sidekiq-opentelemetry
- ruby/sinatra-redis
- ruby/sinatra-alpine
- ruby/sinatra-puma
Expand All @@ -268,6 +303,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand All @@ -294,7 +336,7 @@ jobs:
matrix:
app:
- python/django5-celery
- python/django5-celery-collector
- python/django5-celery-opentelemetry
- python/django4-celery
- python/flask
- python/fastapi
Expand All @@ -309,6 +351,13 @@ jobs:
path: support/processmon/processmon
key: ${{ env.CACHE_VERSION }}-processmon

- name: Update Docker Compose
run: |
mkdir -p ~/.docker/cli-plugins
curl -fsSL https://github.com/docker/compose/releases/download/v5.1.2/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose
chmod +x ~/.docker/cli-plugins/docker-compose
docker compose version

- name: Setup environment
run: |
echo APPSIGNAL_PUSH_API_KEY=not-a-real-api-key > appsignal_key.env
Expand All @@ -326,9 +375,9 @@ jobs:
fail-fast: false
matrix:
app:
- php/symfony-collector
- php/laravel-collector
- php/vanilla-collector
- php/symfony-opentelemetry
- php/laravel-opentelemetry
- php/vanilla-opentelemetry
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
Loading
Loading