File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ schedules:
8
8
include :
9
9
- master
10
10
11
- pool : staging-pool
11
+ pool : staging-pool-amd64-mariner-2
12
12
13
13
jobs :
14
14
- template : templates/unit-tests-template.yml
Original file line number Diff line number Diff line change 13
13
- README.md
14
14
- .github/*
15
15
16
- pool : staging-pool
16
+ pool : staging-pool-amd64-mariner-2
17
17
18
18
jobs :
19
19
- template : templates/unit-tests-template.yml
Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ e2e-install-prerequisites:
121
121
curl -LO https://storage.googleapis.com/kubernetes-release/release/${KUBERNETES_VERSION} /bin/linux/amd64/kubectl && chmod +x ./kubectl && sudo mv kubectl /usr/local/bin/
122
122
# Download and install bats
123
123
curl -sSLO https://github.com/bats-core/bats-core/archive/v${BATS_VERSION} .tar.gz && tar -zxvf v${BATS_VERSION} .tar.gz && sudo bash bats-core-${BATS_VERSION} /install.sh /usr/local
124
+ # Install envsubst
125
+ sudo tdnf install -y gettext
124
126
125
127
.PHONY : install-soak-prerequisites
126
128
install-soak-prerequisites : e2e-install-prerequisites
You can’t perform that action at this time.
0 commit comments