Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dhall): deactivate container_test #963

Merged
merged 2 commits into from
Jun 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/dhall/workflows/AssemblyLine.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ let GithubActions =
https://raw.githubusercontent.com/SocialGouv/.github/ef781b66d137f31b8091ebf4afab8cebe95322bf/dhall/github-actions/package.dhall
sha256:66b276bb67cca4cfcfd1027da45857cc8d53e75ea98433b15dade1e1e1ec22c8

let ContainerTestJob =
../jobs/ContainerTest.dhall
sha256:400214d12eb103c2500b450f1b1b62345be43866b1d5551badb68199b3c4aea9

let DockerBuildJob =
../jobs/DockerBuild.dhall
sha256:31398149a20e78661ee58064a4859b3c33fc3b64e8e4c787a643a772069882d9
Expand Down Expand Up @@ -36,7 +32,6 @@ let Worklflow =
toMap
{ lint = HadolintJob args.name
, build = DockerBuildJob args.name
, container_test = ContainerTestJob { package = args.name }
, security_scan = TrivyJob args.name
}
# args.jobs
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/azure-cli.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config azure-cli/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/azure-cli@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/azure-cli.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config azure-cli/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/azure-cli@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/azure-db.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config azure-db/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/azure-db@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/azure-db.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config azure-db/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/azure-db@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/bats.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
# container_test:
# name: Container Test
# needs:
# - Build
# runs-on: ubuntu-latest
# steps:
# - uses: "actions/checkout@v2"
# - name: Container structure test
# uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
# with:
# args: "test --config bats/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/bats@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/bats.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
# container_test:
# name: Container Test
# needs:
# - Build
# runs-on: ubuntu-latest
# steps:
# - uses: "actions/checkout@v2"
# - name: Container structure test
# uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
# with:
# args: "test --config bats/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/bats@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/dhall.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config dhall/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/dhall@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/dhall.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config dhall/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/dhall@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nginx.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config nginx/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/nginx@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nginx.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config nginx/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/nginx@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nginx4spa.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config nginx4spa/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/nginx4spa@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/nginx4spa.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config nginx4spa/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/nginx4spa@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/psql.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
# container_test:
# name: Container Test
# needs:
# - Build
# runs-on: ubuntu-latest
# steps:
# - uses: "actions/checkout@v2"
# - name: Container structure test
# uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
# with:
# args: "test --config psql/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/psql@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/psql.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
# container_test:
# name: Container Test
# needs:
# - Build
# runs-on: ubuntu-latest
# steps:
# - uses: "actions/checkout@v2"
# - name: Container structure test
# uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
# with:
# args: "test --config psql/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/psql@${{ needs.Build.outputs.digest }} --pull"
lint:
name: Lint
runs-on: ubuntu-latest
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/wait-for-http.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config wait-for-http/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/wait-for-http@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/wait-for-http.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config wait-for-http/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/wait-for-http@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/wait-for-postgres.branches.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config wait-for-postgres/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/wait-for-postgres@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/wait-for-postgres.main.workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,6 @@ jobs:
- name: Image digest
run: |
echo "${{ steps.docker_push.outputs.digest }}"
container_test:
name: Container Test
needs:
- Build
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v2"
- name: Container structure test
uses: "docker://gcr.io/gcp-runtimes/container-structure-test:v1.10.0@sha256:78c0abfdc3696ec9fb35840d62342cf28f65d890d56beceb2113638d59f2cce8"
with:
args: "test --config wait-for-postgres/tests/container-structure-test.yml -v debug --image ghcr.io/socialgouv/docker/wait-for-postgres@${{ needs.Build.outputs.digest }} --pull"
integration_test:
name: Integration test
needs:
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/.github/AssemblyLine.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let AssemblyLine =
../../.github/dhall/workflows/AssemblyLine.dhall
sha256:2bab6cac12fe90f5a724f023c87129b3354a0103826aebb8013353bd3a7785a9
sha256:4ca95f89add8e1413b10df462f06085c4062ab20031553c5973337e673a42c97

let InceptionJob =
../../.github/dhall/jobs/Inception.dhall
Expand Down
2 changes: 1 addition & 1 deletion azure-cli/.github/branches.workflow.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let On =
sha256:d1cce9f45a9ccada3c6152cc684d23678d27bb58410c642b7396c13c3f7f99c9

in ./AssemblyLine.dhall
sha256:2b461183fe1dc9b8918452ec256d051c9b12b15bd3557942095d93b757216483
sha256:4707c4e3821334feee74e1b0dc260d7f723165813a84a782e36223a8f2007080
with on = On.match On.Event.FeatureBranches "azure-cli"
with name = "azure-cli (branch)"
2 changes: 1 addition & 1 deletion azure-cli/.github/main.workflow.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let On =
sha256:d1cce9f45a9ccada3c6152cc684d23678d27bb58410c642b7396c13c3f7f99c9

in ./AssemblyLine.dhall
sha256:2b461183fe1dc9b8918452ec256d051c9b12b15bd3557942095d93b757216483
sha256:4707c4e3821334feee74e1b0dc260d7f723165813a84a782e36223a8f2007080
with on = On.match On.Event.ReleasesBranches "azure-cli"
with name = "azure-cli (main)"
2 changes: 1 addition & 1 deletion azure-db/.github/AssemblyLine.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let AssemblyLine =
../../.github/dhall/workflows/AssemblyLine.dhall
sha256:2bab6cac12fe90f5a724f023c87129b3354a0103826aebb8013353bd3a7785a9
sha256:4ca95f89add8e1413b10df462f06085c4062ab20031553c5973337e673a42c97

let InceptionJob =
../../.github/dhall/jobs/Inception.dhall
Expand Down
2 changes: 1 addition & 1 deletion azure-db/.github/branches.workflow.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let On =
sha256:d1cce9f45a9ccada3c6152cc684d23678d27bb58410c642b7396c13c3f7f99c9

in ./AssemblyLine.dhall
sha256:fc0f870ff0cf6fdae4d67bf5cdcd78e33a21f59a642620d10e92aaf6cae3bfa2
sha256:d543a0f07990bc9d4822f498ced8ca32f0dc1078d0105e8b095b6a205fb78130
with on = On.match On.Event.FeatureBranches "azure-db"
with name = "azure-db (branch)"
2 changes: 1 addition & 1 deletion azure-db/.github/main.workflow.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ let On =
sha256:d1cce9f45a9ccada3c6152cc684d23678d27bb58410c642b7396c13c3f7f99c9

in ./AssemblyLine.dhall
sha256:fc0f870ff0cf6fdae4d67bf5cdcd78e33a21f59a642620d10e92aaf6cae3bfa2
sha256:d543a0f07990bc9d4822f498ced8ca32f0dc1078d0105e8b095b6a205fb78130
with on = On.match On.Event.ReleasesBranches "azure-db"
with name = "azure-db (main)"
2 changes: 1 addition & 1 deletion bats/.github/AssemblyLine.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let AssemblyLine =
../../.github/dhall/workflows/AssemblyLine.dhall
sha256:2bab6cac12fe90f5a724f023c87129b3354a0103826aebb8013353bd3a7785a9
sha256:4ca95f89add8e1413b10df462f06085c4062ab20031553c5973337e673a42c97

let InceptionJob =
../../.github/dhall/jobs/Inception.dhall
Expand Down
Loading