Skip to content

Commit

Permalink
DO NOT MERGE - CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Dec 13, 2023
1 parent 1aa09de commit 8320499
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ mockgen: bin/mockgen
.PHONY: verify
verify: bin/golangci-lint
echo "verifying and linting files ..."
./hack/verify-all
echo "Congratulations! All Go source files have been linted."

.PHONY: test
Expand Down
15 changes: 15 additions & 0 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
# See the License for the specific language governing permissions and
# limitations under the License.


### DO NOT MERGE
unset AWS_ROLE_ARN
unset AWS_WEB_IDENTITY_TOKEN_FILE
echo "skipping CI!!!!"

if [[ "${HELM_CT_TEST}" == true ]]; then
aws iam delete-open-id-connect-provider --open-id-connect-provider-arn arn:aws:iam::209411653980:oidc-provider/oidc.eks.us-east-2.amazonaws.com/id/F8B73554FE6FBAF9B19569183FB39762 || true
aws iam create-open-id-connect-provider --url 'https://oidc.eks.us-east-2.amazonaws.com/id/F8B73554FE6FBAF9B19569183FB39762' --thumbprint-list '9E99A48A9960B14926BB7F3B02E22DA2B0AB7280' --client-id-list 'sts.amazonaws.com'
fi
kubectl version

exit 0
### DISABLING CI FOR TEST PR

set -euo pipefail

BASE_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
Expand Down

0 comments on commit 8320499

Please sign in to comment.