Skip to content

Commit 3196403

Browse files
authored
ci:merge main to release
2 parents 554e736 + 2fefde8 commit 3196403

67 files changed

Lines changed: 780 additions & 414 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-base-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Set up QEMU
23-
uses: docker/setup-qemu-action@v2
23+
uses: docker/setup-qemu-action@v3
2424

2525
- name: Set up Docker Buildx
26-
uses: docker/setup-buildx-action@v2
26+
uses: docker/setup-buildx-action@v3
2727

2828
- name: Login to GitHub Container Registry
29-
uses: docker/login-action@v2
29+
uses: docker/login-action@v3
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Docker Build & Push
36-
uses: docker/build-push-action@v4
36+
uses: docker/build-push-action@v5
3737
with:
3838
context: .
3939
file: docker/base.Dockerfile

.github/workflows/build-celery-worker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Set up QEMU
25-
uses: docker/setup-qemu-action@v2
25+
uses: docker/setup-qemu-action@v3
2626

2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v2
28+
uses: docker/setup-buildx-action@v3
2929

3030
- name: Login to GitHub Container Registry
31-
uses: docker/login-action@v2
31+
uses: docker/login-action@v3
3232
with:
3333
registry: ghcr.io
3434
username: ${{ github.actor }}
3535
password: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Docker Build & Push
38-
uses: docker/build-push-action@v4
38+
uses: docker/build-push-action@v5
3939
with:
4040
context: .
4141
file: dev/celery/Dockerfile

.github/workflows/build-mq-broker.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010

1111
workflow_dispatch:
1212

13+
env:
14+
RABBITMQ_VERSION: 3.12-alpine
15+
1316
jobs:
1417
publish:
1518
runs-on: ubuntu-latest
@@ -21,24 +24,26 @@ jobs:
2124
- uses: actions/checkout@v4
2225

2326
- name: Set up QEMU
24-
uses: docker/setup-qemu-action@v2
27+
uses: docker/setup-qemu-action@v3
2528

2629
- name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@v2
30+
uses: docker/setup-buildx-action@v3
2831

2932
- name: Login to GitHub Container Registry
30-
uses: docker/login-action@v2
33+
uses: docker/login-action@v3
3134
with:
3235
registry: ghcr.io
3336
username: ${{ github.actor }}
3437
password: ${{ secrets.GITHUB_TOKEN }}
3538

3639
- name: Docker Build & Push
37-
uses: docker/build-push-action@v4
40+
uses: docker/build-push-action@v5
3841
with:
3942
context: .
4043
file: dev/mq/Dockerfile
4144
platforms: linux/amd64,linux/arm64
4245
push: true
43-
tags: ghcr.io/ietf-tools/datatracker-mq:latest
44-
46+
build-args: RABBITMQ_VERSION=${{ env.RABBITMQ_VERSION }}
47+
tags: |
48+
ghcr.io/ietf-tools/datatracker-mq:${{ env.RABBITMQ_VERSION }}
49+
ghcr.io/ietf-tools/datatracker-mq:latest

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217

218218
- name: Update Baseline Coverage
219219
uses: ncipollo/release-action@v1.13.0
220-
if: ${{ github.event.inputs.updateCoverage == 'true' }}
220+
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
221221
with:
222222
allowUpdates: true
223223
tag: baseline

.github/workflows/dev-assets-sync-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
- name: Login to GitHub Container Registry
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Docker Build & Push
42-
uses: docker/build-push-action@v4
42+
uses: docker/build-push-action@v5
4343
with:
4444
context: .
4545
file: dev/shared-assets-sync/Dockerfile

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
echo "Running tests..."
4646
if [[ "x${{ github.event.inputs.ignoreLowerCoverage }}" == "xtrue" ]]; then
4747
echo "Lower coverage failures will be ignored."
48-
./ietf/manage.py test --validate-html-harder --settings=settings_test --ignore-lower-coverage
48+
./ietf/manage.py test -v2 --validate-html-harder --settings=settings_test --ignore-lower-coverage
4949
else
50-
./ietf/manage.py test --validate-html-harder --settings=settings_test
50+
./ietf/manage.py test -v2 --validate-html-harder --settings=settings_test
5151
fi
5252
coverage xml
5353

.pnp.cjs

Lines changed: 128 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/cache/@eslint-js-npm-8.48.0-cee42a7097-b2755f9c0e.zip renamed to .yarn/cache/@eslint-js-npm-8.49.0-e8f6510b47-a6601807c8.zip

6.01 KB
Binary file not shown.

.yarn/cache/@fullcalendar-luxon3-npm-6.1.8-7f233a53e1-7e84200641.zip renamed to .yarn/cache/@fullcalendar-luxon3-npm-6.1.9-d79fc8f961-25122126e2.zip

7.84 KB
Binary file not shown.

.yarn/cache/@humanwhocodes-config-array-npm-0.11.10-7b63df9e7f-1b1302e240.zip renamed to .yarn/cache/@humanwhocodes-config-array-npm-0.11.11-e3582554ee-db84507375.zip

16.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)