Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
cleanup commented blocks
  • Loading branch information
cognifloyd committed Feb 28, 2023
commit 7f2e99fe7d53047c11ea0afc07a88b366653e0a7
22 changes: 11 additions & 11 deletions executor/linux/build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-secrets pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/secrets/img_notfound.yml",
//},
Expand All @@ -1301,7 +1301,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-secrets pipeline with ignoring image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/secrets/img_ignorenotfound.yml",
//},
Expand Down Expand Up @@ -1329,7 +1329,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-services pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/services/img_notfound.yml",
//},
Expand All @@ -1343,7 +1343,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-services pipeline with ignoring image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/services/img_ignorenotfound.yml",
//},
Expand Down Expand Up @@ -1371,7 +1371,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-steps pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/steps/img_notfound.yml",
//},
Expand All @@ -1385,7 +1385,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-steps pipeline with ignoring image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/steps/img_ignorenotfound.yml",
//},
Expand Down Expand Up @@ -1413,7 +1413,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-stages pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/stages/img_notfound.yml",
//},
Expand All @@ -1427,7 +1427,7 @@ func TestLinux_AssembleBuild(t *testing.T) {
//{
// name: "kubernetes-stages pipeline with ignoring image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/stages/img_ignorenotfound.yml",
//},
Expand Down Expand Up @@ -1598,7 +1598,7 @@ func TestLinux_ExecBuild(t *testing.T) {
//{
// name: "kubernetes-services pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/services/img_notfound.yml",
//},
Expand Down Expand Up @@ -1626,7 +1626,7 @@ func TestLinux_ExecBuild(t *testing.T) {
//{
// name: "kubernetes-steps pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/steps/img_notfound.yml",
//},
Expand Down Expand Up @@ -1654,7 +1654,7 @@ func TestLinux_ExecBuild(t *testing.T) {
//{
// name: "kubernetes-stages pipeline with image not found",
// failure: true, // FIXME: make Kubernetes mock simulate failure similar to Docker mock
// logError: false,
// logError: false,
// runtime: constants.DriverKubernetes,
// pipeline: "testdata/build/stages/img_notfound.yml",
//},
Expand Down