Skip to content

Commit

Permalink
Merge pull request #924 from spack/variant-not-found-taxonomy
Browse files Browse the repository at this point in the history
Add (another) new regex to `concretizer_error` taxonomy
  • Loading branch information
mvandenburgh authored Jul 18, 2024
2 parents 4932cde + e205599 commit 91e2cfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/custom_docker_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- docker-image: ./images/cache-indexer
image-tags: ghcr.io/spack/cache-indexer:0.0.3
- docker-image: ./analytics
image-tags: ghcr.io/spack/django:0.3.9
image-tags: ghcr.io/spack/django:0.3.10
- docker-image: ./images/ci-prune-buildcache
image-tags: ghcr.io/spack/ci-prune-buildcache:0.0.4
- docker-image: ./images/protected-publish
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ taxonomy:
- "Error: concretization failed for the following reasons"
- "Spack concretizer internal error."
- "failed to concretize .+ for the following reasons"
- "variant .+ not found in package"

job_log_missing:
grep_for:
Expand Down
4 changes: 2 additions & 2 deletions k8s/production/custom/webhook-handler/deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: webhook-handler
containers:
- name: webhook-handler
image: ghcr.io/spack/django:0.3.9
image: ghcr.io/spack/django:0.3.10
imagePullPolicy: Always
resources:
requests:
Expand Down Expand Up @@ -146,7 +146,7 @@ spec:
serviceAccountName: webhook-handler
containers:
- name: webhook-handler-worker
image: ghcr.io/spack/django:0.3.9
image: ghcr.io/spack/django:0.3.10
command: ["celery", "-A", "analytics.celery", "worker", "-l", "info", "-Q", "celery"]
imagePullPolicy: Always
resources:
Expand Down

0 comments on commit 91e2cfb

Please sign in to comment.