Skip to content

Commit

Permalink
ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
natasha41575 committed Sep 28, 2021
1 parent 7fc9f09 commit b541c6d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions e2e/live/end-to-end-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -828,12 +828,7 @@ echo "Testing apply/prune after migrate"
echo "kpt live apply e2e/live/testdata/migrate-case-1b"
cp -f e2e/live/testdata/migrate-case-1a/Kptfile e2e/live/testdata/migrate-case-1b
${BIN_DIR}/kpt live apply e2e/live/testdata/migrate-case-1b > $OUTPUT_DIR/status
assertContains "namespace/test-rg-namespace unchanged"
assertContains "1 resource(s) applied. 0 created, 1 unchanged, 0 configured, 0 failed"
assertContains "pod/pod-b unchanged"
assertContains "pod/pod-c unchanged"
assertContains "pod/pod-d created"
assertContains "3 resource(s) applied. 1 created, 2 unchanged, 0 configured, 0 failed"
assertContains "pod/pod-a pruned"
assertContains "1 resource(s) pruned, 0 skipped, 0 failed"
wait 2
Expand Down

0 comments on commit b541c6d

Please sign in to comment.