Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
E2E: fix e2e and locking backend version (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbend authored Jun 3, 2022
1 parent 4aaa9a0 commit 6492c49
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mock-gen:

LINTER := bin/golangci-lint
$(LINTER):
wget -q -O- https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.20.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.20.1

.PHONY: lint
lint: $(LINTER) ./golangci.yml ## Run the linters
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cases/environment-variable/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ version: '2.1'

services:
oap:
image: ghcr.io/apache/skywalking/oap:latest
image: ghcr.io/apache/skywalking/oap:0447cb2b713c93c6a97b26ff59bdcea2fc9b8625
expose:
- 11800
- 12800
Expand Down
1 change: 1 addition & 0 deletions test/e2e/cases/environment-variable/expected/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
{{- contains . }}
- id: {{ b64enc "app1" }}.1
name: app1
normal: true
group: ""
shortname: app1
layers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ traces:
iserror: false
traceids:
- {{ (index .traceids 0) }}
{{- end }}
total: {{ gt .total 0 }}
{{- end }}
2 changes: 1 addition & 1 deletion test/e2e/script/env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SW_CTL_COMMIT=3278a47ab49e672f4ef7eb2ab5c806faf3c48dd5
SW_CTL_COMMIT=46ca61b7604be7d327c4bbf19c895d520031d449

0 comments on commit 6492c49

Please sign in to comment.