Merged in feature/ecr (pull request #161)

Feature/ecr

* nosave

* repo

* awscli

* unzip

* ignore

* moreram

* 14k

* ref

* deployment

* 12k

* uselocal

* go

* dockercomd

* reorder

* iamgename

* installs

* tart

* cli

* clideps

* y

* dockerce

* nodock

* multi

* rmecr

* dev
This commit is contained in:
Michael McGuinness
2025-06-03 13:52:10 +00:00
parent ae4b456399
commit 7ce7c9df4d
73 changed files with 295 additions and 326 deletions
+4 -5
View File
@@ -1,7 +1,6 @@
package test
import (
"context"
"regexp"
"testing"
@@ -27,7 +26,7 @@ func TestCreateQueue(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background()
ctx := t.Context()
cfg := &TestConfig{}
@@ -43,7 +42,7 @@ func TestAssertMessageWait(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background()
ctx := t.Context()
cfg := &TestConfig{}
@@ -68,7 +67,7 @@ func TestAssertMessageBodyWait(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background()
ctx := t.Context()
cfg := &TestConfig{}
@@ -90,7 +89,7 @@ func TestAssertMessageAttrWait(t *testing.T) {
if testing.Short() {
t.SkipNow()
}
ctx := context.Background()
ctx := t.Context()
cfg := &TestConfig{}