From 3ff65d6f1524cb2074afa72584dcc6b8ca3856e9 Mon Sep 17 00:00:00 2001 From: Domenico Luciani Date: Thu, 24 Aug 2023 15:47:13 +0200 Subject: [PATCH] Add rebaser testdata directory to .gitignore Signed-off-by: Domenico Luciani --- .gitignore | 9 +++++++++ acceptance/testdata/rebaser/container/cnb/run.toml | 2 +- .../testdata/rebaser/container/layers/analyzed.toml | 2 +- .../container/layers/run-image-extended-analyzed.toml | 2 +- .../testdata/rebaser/container/layers/some-analyzed.toml | 2 +- .../rebaser/container/other_layers/analyzed.toml | 2 +- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 82a3d66dc..bbfd45d07 100644 --- a/.gitignore +++ b/.gitignore @@ -6,9 +6,18 @@ .tool-versions /out .vscode + acceptance/testdata/*/**/container/cnb/lifecycle/* acceptance/testdata/*/**/container/docker-config/* + acceptance/testdata/exporter/container/cnb/run.toml acceptance/testdata/exporter/container/layers/*analyzed.toml acceptance/testdata/exporter/container/other_layers/*analyzed.toml + acceptance/testdata/restorer/container/layers/*analyzed.toml + +acceptance/testdata/rebaser/container/cnb/run.toml +acceptance/testdata/rebaser/container/layers/analyzed.toml +acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml +acceptance/testdata/rebaser/container/layers/some-analyzed.toml +acceptance/testdata/rebaser/container/other_layers/analyzed.toml diff --git a/acceptance/testdata/rebaser/container/cnb/run.toml b/acceptance/testdata/rebaser/container/cnb/run.toml index 05376bb91..1cf6e20bb 100644 --- a/acceptance/testdata/rebaser/container/cnb/run.toml +++ b/acceptance/testdata/rebaser/container/cnb/run.toml @@ -1,3 +1,3 @@ [[images]] - image = "192.168.18.12:53689/some-read-only-run-image-asurginomp" + image = "192.168.18.12:54076/some-read-only-run-image-blypygeaom" mirrors = ["mirror1", "mirror2"] diff --git a/acceptance/testdata/rebaser/container/layers/analyzed.toml b/acceptance/testdata/rebaser/container/layers/analyzed.toml index 6dd13579b..2bd81f756 100644 --- a/acceptance/testdata/rebaser/container/layers/analyzed.toml +++ b/acceptance/testdata/rebaser/container/layers/analyzed.toml @@ -10,4 +10,4 @@ reference = "" [run-image] - reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp" + reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom" diff --git a/acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml b/acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml index 91a6bd613..6bdb9d03a 100644 --- a/acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml +++ b/acceptance/testdata/rebaser/container/layers/run-image-extended-analyzed.toml @@ -10,5 +10,5 @@ reference = "" [run-image] - reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp" + reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom" extend = true diff --git a/acceptance/testdata/rebaser/container/layers/some-analyzed.toml b/acceptance/testdata/rebaser/container/layers/some-analyzed.toml index ad6901534..8d86f43a5 100644 --- a/acceptance/testdata/rebaser/container/layers/some-analyzed.toml +++ b/acceptance/testdata/rebaser/container/layers/some-analyzed.toml @@ -47,4 +47,4 @@ reference = "" [run-image] - reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp" + reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom" diff --git a/acceptance/testdata/rebaser/container/other_layers/analyzed.toml b/acceptance/testdata/rebaser/container/other_layers/analyzed.toml index 6dd13579b..2bd81f756 100644 --- a/acceptance/testdata/rebaser/container/other_layers/analyzed.toml +++ b/acceptance/testdata/rebaser/container/other_layers/analyzed.toml @@ -10,4 +10,4 @@ reference = "" [run-image] - reference = "192.168.18.12:53689/some-read-only-run-image-asurginomp" + reference = "192.168.18.12:54076/some-read-only-run-image-blypygeaom"